mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +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
|
Makefile.in
|
||||||
TAGS
|
TAGS
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.trs
|
||||||
|
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache/
|
/autom4te.cache/
|
||||||
/config.guess
|
/config.guess
|
||||||
@@ -30,6 +33,7 @@ TAGS
|
|||||||
/missing
|
/missing
|
||||||
/py-compile
|
/py-compile
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
|
/test-driver
|
||||||
|
|
||||||
/all.info
|
/all.info
|
||||||
/coverage-cpp-html
|
/coverage-cpp-html
|
||||||
|
Reference in New Issue
Block a user