From: David Edmondson Date: Fri, 12 Nov 2010 08:07:01 +0000 (+0000) Subject: test: Ignore files created during test failures. X-Git-Tag: tmp1~21 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/2ff4c4bb2ad32056642e7b12b26d287d98ca181e test: Ignore files created during test failures. When a test fails, a tmp. file is left behind. These files are useful for the person debugging the test failure, but are never anything we want to commit. Edited-by: Carl Worth : Changed from tmp.emacs to tmp.* and added explanation in the commit message. --- diff --git a/test/.gitignore b/test/.gitignore index b34778f4..9e97052d 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,3 +1,4 @@ test-results corpus.mail smtp-dummy +tmp.*