summaryrefslogtreecommitdiff
path: root/t/.gitignore
diff options
context:
space:
mode:
authorMarcus Griep <marcus@griep.us>2008-08-18 16:25:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-19 05:43:31 (GMT)
commit54514f1f144a0e79b6c39d4a865927a18c17ed17 (patch)
tree7977fff080ce8aba3d09aa0725647013381dcdc6 /t/.gitignore
parentabc5d372ec242fc654dc6780df6ea3d63dc72f2f (diff)
downloadgit-54514f1f144a0e79b6c39d4a865927a18c17ed17.zip
git-54514f1f144a0e79b6c39d4a865927a18c17ed17.tar.gz
git-54514f1f144a0e79b6c39d4a865927a18c17ed17.tar.bz2
Update t/.gitignore to ignore all trash directories
The current .gitignore only ignores the old "trash directory" and not the new "trash directory.[test]". This ignores both forms. Signed-off-by: Marcus Griep <marcus@griep.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitignore')
-rw-r--r--t/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/.gitignore b/t/.gitignore
index b27e280..7dcbb23 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1,2 +1,2 @@
-/trash directory
+/trash directory*
/test-results