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=refs%2Fpull%2F1042%2Fhead;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 474ea9600db..a9bbac58cff 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 80c7a755645..7db11eafc02 100644 --- a/src/test/.gitignore +++ b/src/test/.gitignore @@ -1 +1,3 @@ /virtualenv +*.log +*.trs