From: Ken Dreyer Date: Fri, 3 Jan 2014 23:38:25 +0000 (-0700) Subject: add autotools-generated files to .gitignore X-Git-Tag: v0.67.7~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e7ea33cfc80031aed8d6c61e1bdca947b36d69b;p=ceph.git 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) --- diff --git a/src/.gitignore b/src/.gitignore index 4c98529bd87d..6022010d892a 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 80c7a7556453..7db11eafc02d 100644 --- a/src/test/.gitignore +++ b/src/test/.gitignore @@ -1 +1,3 @@ /virtualenv +*.log +*.trs