test: Ignore files created during test failures.

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.
This commit is contained in:
David Edmondson 2010-11-12 08:07:01 +00:00 committed by Carl Worth
parent 73198f5c74
commit 2ff4c4bb2a

1
test/.gitignore vendored
View file

@ -1,3 +1,4 @@
test-results
corpus.mail
smtp-dummy
tmp.*