From: Ken Dreyer Date: Fri, 3 Jan 2014 23:38:25 +0000 (-0700) Subject: add autotools-generated files to .gitignore X-Git-Tag: v0.77~50^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb8b7503b03fac5830fb71b9723963fdc803ca90;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 --- diff --git a/src/.gitignore b/src/.gitignore index 474ea9600db8..a9bbac58cffd 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -70,6 +70,7 @@ Makefile /tags /testmsgr /test_* +/test-suite.log /cls_test_* /unittest_* /get_command_descriptions 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