Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Griep <marcus@griep.us>2008-08-18 20:25:40 +0400
committerJunio C Hamano <gitster@pobox.com>2008-08-19 09:43:31 +0400
commit54514f1f144a0e79b6c39d4a865927a18c17ed17 (patch)
tree7977fff080ce8aba3d09aa0725647013381dcdc6 /t/.gitignore
parentabc5d372ec242fc654dc6780df6ea3d63dc72f2f (diff)
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 b27e280083..7dcbb232cd 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1,2 +1,2 @@
-/trash directory
+/trash directory*
/test-results