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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user