summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-09-02 13:42:10 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-09-02 13:42:10 +0400
commitf346b0161b2651913d1b3a7dc7ba5b4c4dd10e40 (patch)
tree92311e64d5f70121bb1033f6c9cc9881b6b00d24 /.gitignore
parent039f96c7ca297b2ea3dffa81793c9c1b7410886f (diff)
downloadbdwgc-f346b0161b2651913d1b3a7dc7ba5b4c4dd10e40.tar.gz
.gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b7e8c218..14cdcae4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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