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 /t | |
parent | abc5d372ec242fc654dc6780df6ea3d63dc72f2f (diff) | |
download | git-54514f1f144a0e79b6c39d4a865927a18c17ed17.tar.gz git-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>
Diffstat (limited to 't')
-rw-r--r-- | t/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/.gitignore b/t/.gitignore index b27e28008..7dcbb232c 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -1,2 +1,2 @@ -/trash directory +/trash directory* /test-results |