diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2013-09-02 13:42:10 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2013-09-02 13:42:10 +0400 |
commit | f346b0161b2651913d1b3a7dc7ba5b4c4dd10e40 (patch) | |
tree | 92311e64d5f70121bb1033f6c9cc9881b6b00d24 /.gitignore | |
parent | 039f96c7ca297b2ea3dffa81793c9c1b7410886f (diff) | |
download | bdwgc-f346b0161b2651913d1b3a7dc7ba5b4c4dd10e40.tar.gz |
.gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,10 @@ *.obj /*.gc.log +/*_bench.log +/*_bench.trs +/*test.log +/*test.trs /.deps/ /.libs/ /Makefile @@ -50,7 +54,10 @@ /smashtest /staticrootstest /subthreadcreate_test +/test-suite.log /test_cpp +/test_cpp.log +/test_cpp.trs /threadkey_test /threadleaktest /threadlibs |