From 3e7ea33cfc80031aed8d6c61e1bdca947b36d69b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 3 Jan 2014 16:38:25 -0700 Subject: [PATCH] add autotools-generated files to .gitignore When running "make check", Automake generates test-suite.log, along with various *.log and *.trs files in the tree. Add these files to .gitignore. (It looks like this feature arrived in Automake 1.13.) Signed-off-by: Ken Dreyer (cherry picked from commit bb8b7503b03fac5830fb71b9723963fdc803ca90) --- src/.gitignore | 1 + src/test/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 4c98529bd87d7..6022010d892ab 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -66,6 +66,7 @@ Makefile /tags /testmsgr /test_* +/test-suite.log /cls_test_* /unittest_* diff --git a/src/test/.gitignore b/src/test/.gitignore index 80c7a7556453f..7db11eafc02d4 100644 --- a/src/test/.gitignore +++ b/src/test/.gitignore @@ -1 +1,3 @@ /virtualenv +*.log +*.trs -- 2.39.5