diff options
author | Marcus Griep <marcus@griep.us> | 2008-08-18 12:25:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-18 22:43:31 -0700 |
commit | 54514f1f144a0e79b6c39d4a865927a18c17ed17 (patch) | |
tree | 7977fff080ce8aba3d09aa0725647013381dcdc6 | |
parent | Enable parallel tests (diff) | |
download | tgif-54514f1f144a0e79b6c39d4a865927a18c17ed17.tar.xz |
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>
-rw-r--r-- | t/.gitignore | 2 |
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 |