]> git.notmuchmail.org Git - notmuch/commit
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)
commit2ff4c4bb2ad32056642e7b12b26d287d98ca181e
tree54916e428f406b8bd937fa111212f4a31829024c
parent73198f5c7409e530279f5dd2d4caa415358e8237
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.
test/.gitignore