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>
This commit is contained in:
Marcus Griep 2008-08-18 12:25:40 -04:00 committed by Junio C Hamano
parent abc5d372ec
commit 54514f1f14

2
t/.gitignore vendored
View file

@ -1,2 +1,2 @@
/trash directory
/trash directory*
/test-results