From f346b0161b2651913d1b3a7dc7ba5b4c4dd10e40 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 2 Sep 2013 13:42:10 +0400 Subject: [PATCH] .gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index b7e8c21..14cdcae 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 -- 2.7.4