]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Add .gitignore for automake's new parallel harness test log files
authorMukund Sivaraman <muks@isc.org>
Wed, 10 Jul 2013 05:57:53 +0000 (11:27 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 10 Jul 2013 06:00:47 +0000 (11:30 +0530)
These *.log and *.trs are created in all the tests/ directories when
gtest unittests are run with automake 1.13.4.

See: http://www.gnu.org/software/automake/manual/automake.html#Parallel-Test-Harness

.gitignore

index 7bc41b4ba00c788506dc7d0a83de1af7f2e2ce69..45f9424ab086ba679057d037b07fc9db2fd0859f 100644 (file)
@@ -11,6 +11,9 @@ Makefile
 Makefile.in
 TAGS
 
+*.log
+*.trs
+
 /aclocal.m4
 /autom4te.cache/
 /config.guess
@@ -30,6 +33,7 @@ TAGS
 /missing
 /py-compile
 /stamp-h1
+/test-driver
 
 /all.info
 /coverage-cpp-html