]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
add autotools-generated files to .gitignore 1042/head
authorKen Dreyer <ken.dreyer@inktank.com>
Fri, 3 Jan 2014 23:38:25 +0000 (16:38 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Fri, 3 Jan 2014 23:47:23 +0000 (16:47 -0700)
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>
src/.gitignore
src/test/.gitignore

index 474ea9600db86eb99b724ee46e2ec98cc74885ce..a9bbac58cffdbaf8c31638ad6b130fd164f92e65 100644 (file)
@@ -70,6 +70,7 @@ Makefile
 /tags
 /testmsgr
 /test_*
+/test-suite.log
 /cls_test_*
 /unittest_*
 /get_command_descriptions
index 80c7a7556453ffec231a0d3ac0a44fe6996a4e71..7db11eafc02d414fd90c889e8791be037b084f2b 100644 (file)
@@ -1 +1,3 @@
 /virtualenv
+*.log
+*.trs