diff options
author | Björn Gustavsson <[email protected]> | 2011-09-14 10:19:38 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-09-14 17:06:15 +0200 |
commit | 1c3815a194ce95f2d1fdabf58cbc7718a7d0a191 (patch) | |
tree | 10d6f03a8cf22f585d5106c87454cd5d1823cc89 /.gitignore | |
parent | b66b7c6d46699ca3837e40f999bb058674868902 (diff) | |
download | otp-1c3815a194ce95f2d1fdabf58cbc7718a7d0a191.tar.gz otp-1c3815a194ce95f2d1fdabf58cbc7718a7d0a191.tar.bz2 otp-1c3815a194ce95f2d1fdabf58cbc7718a7d0a191.zip |
otp_build update_primary: Don't commit generated source files
Don't commit generated source files to the primary bootstrap.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 592ac6668b..88f153ee48 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,12 @@ autom4te.cache !/erts/preloaded/ebin/*.beam !/lib/*/test/*_SUITE_data/*.beam +# +# Generated source code files. +# +/bootstrap/lib/compiler/egen +/bootstrap/lib/stdlib/egen + # Compiler derivatives # # Do not use too creative wildcards. @@ -98,7 +104,6 @@ make/win32/ /bootstrap/bin/* /bootstrap/target -!/bootstrap/bin/*.script !/bootstrap/bin/*.boot /bootstrap/lib/asn1 |