2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[master] Add .gitignore for automake's new parallel harness test log files

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
This commit is contained in:
Mukund Sivaraman
2013-07-10 11:27:53 +05:30
parent ec4df20fd7
commit e45f325ec7

4
.gitignore vendored
View 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