diff options
author | Björn Gustavsson <[email protected]> | 2010-02-03 09:09:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-03 09:32:27 +0100 |
commit | c53fe4bad87aacb676926e7745902313e25ea6e0 (patch) | |
tree | d3562a18c8f050184754e11b11504596fbea0d2f | |
parent | 2f1da83153269f136a2d9b7ea24196fec8a6b2f2 (diff) | |
download | otp-c53fe4bad87aacb676926e7745902313e25ea6e0.tar.gz otp-c53fe4bad87aacb676926e7745902313e25ea6e0.tar.bz2 otp-c53fe4bad87aacb676926e7745902313e25ea6e0.zip |
Ignore files generated when running/building tests
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 59f52b1e9f..33649ed7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,17 @@ a.out.dSYM/ /lib/*/config.log /lib/*/config.status +# +# Files generated when building/running tests (especially if +# a directory in $ERL_TOP/release/tests has been symlinked to +# a test directory in lib). +# + +/lib/*/test/*_SUITE_make.erl +/lib/*/test/*_SUITE_data/Makefile +/erts/emulator/test/*_SUITE_make.erl +/erts/emulator/test/*_SUITE_data/Makefile + # asn1 /lib/asn1/doc/src/asn1_spec.xml @@ -213,6 +224,8 @@ a.out.dSYM/ /lib/snmp/src/compile/snmpc_mib_gram.erl /lib/snmp/include/[A-Z]*.hrl /lib/snmp/priv/mibs/[A-Z]*.bin +/lib/snmp/test/snmp_test_data/[A-Z]*.bin +/lib/snmp/test/snmp_test_data/[A-Z]*.hrl # system |