]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.gitignore: exclude coredumps, logfiles and temporary testresults 8150/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 16 Mar 2016 09:51:13 +0000 (10:51 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 29 May 2016 19:21:20 +0000 (21:21 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
.gitignore

index e1f991aec72b83304c53752340c4dec2431db3a5..7744c92c8137ba815cd2179f4ac36fc9fe76623d 100644 (file)
@@ -40,7 +40,6 @@ config.status
 config.sub
 configure
 configure-stamp
-core
 cscope.*
 depcomp
 gmon.out
@@ -53,8 +52,15 @@ py-compile
 release
 stamp-h1
 systemd/Makefile
+
+# Files generated by crashed programs
 vgcore.*
-test-suite.log
+core
+*.core
+
+# Files generated by running tests
+*.log
+/src/testdir
 
 # specific local dir files
 /build-doc