From: Ivan Maidanski Date: Mon, 2 Sep 2013 09:42:10 +0000 (+0400) Subject: .gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf) X-Git-Tag: gc7_4_0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f346b0161b2651913d1b3a7dc7ba5b4c4dd10e40;p=gc .gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf) --- 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