From: Willem Jan Withagen Date: Wed, 16 Mar 2016 09:51:13 +0000 (+0100) Subject: .gitignore: exclude coredumps, logfiles and temporary testresults X-Git-Tag: ses5-milestone5~336^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53c04f082fc501131cf84a5326d2c7a701429412;p=ceph.git .gitignore: exclude coredumps, logfiles and temporary testresults Signed-off-by: Willem Jan Withagen --- diff --git a/.gitignore b/.gitignore index e1f991aec72b..7744c92c8137 100644 --- a/.gitignore +++ b/.gitignore @@ -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