From e45f325ec7438e0ecd09d37a7d938348232b994d Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Wed, 10 Jul 2013 11:27:53 +0530 Subject: [PATCH] [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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7bc41b4ba..45f9424ab 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- GitLab