]> git.notmuchmail.org Git - notmuch/commitdiff
test: Ignore files created during test failures.
authorDavid Edmondson <dme@dme.org>
Fri, 12 Nov 2010 08:07:01 +0000 (08:07 +0000)
committerCarl Worth <cworth@cworth.org>
Tue, 7 Dec 2010 21:47:44 +0000 (13:47 -0800)
When a test fails, a tmp.<testname> 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 <cworth@cworth.org>: Changed from tmp.emacs to
tmp.* and added explanation in the commit message.

test/.gitignore

index b34778f450a6a0c965e5132c50390ea75ffaa2d0..9e97052d4c500c4c1d67b95022237e6a30d91dc5 100644 (file)
@@ -1,3 +1,4 @@
 test-results
 corpus.mail
 smtp-dummy
+tmp.*