aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/.gitignore
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-11-12 08:07:01 +0000
committerGravatar Carl Worth <cworth@cworth.org>2010-12-07 13:47:44 -0800
commit2ff4c4bb2ad32056642e7b12b26d287d98ca181e (patch)
tree54916e428f406b8bd937fa111212f4a31829024c /test/.gitignore
parent73198f5c7409e530279f5dd2d4caa415358e8237 (diff)
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.
Diffstat (limited to 'test/.gitignore')
-rw-r--r--test/.gitignore1
1 files changed, 1 insertions, 0 deletions
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.*