From: Marcus Griep Date: Mon, 18 Aug 2008 16:25:40 +0000 (-0400) Subject: Update t/.gitignore to ignore all trash directories X-Git-Tag: v1.6.1-rc1~336^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=54514f1f144a0e79b6c39d4a865927a18c17ed17;p=git.git 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 Signed-off-by: Junio C Hamano --- 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