]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
add autotools-generated files to .gitignore
authorKen Dreyer <ken.dreyer@inktank.com>
Fri, 3 Jan 2014 23:38:25 +0000 (16:38 -0700)
committerSage Weil <sage@inktank.com>
Sun, 16 Feb 2014 01:36:43 +0000 (17:36 -0800)
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 <ken.dreyer@inktank.com>
(cherry picked from commit bb8b7503b03fac5830fb71b9723963fdc803ca90)

src/.gitignore
src/test/.gitignore

index 4c98529bd87d7b3c256f000402da2c1da329e080..6022010d892ab7f90284948fc2f8b562bb81bb27 100644 (file)
@@ -66,6 +66,7 @@ Makefile
 /tags
 /testmsgr
 /test_*
+/test-suite.log
 /cls_test_*
 /unittest_*
 
index 80c7a7556453ffec231a0d3ac0a44fe6996a4e71..7db11eafc02d414fd90c889e8791be037b084f2b 100644 (file)
@@ -1 +1,3 @@
 /virtualenv
+*.log
+*.trs