From 54514f1f144a0e79b6c39d4a865927a18c17ed17 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Mon, 18 Aug 2008 12:25:40 -0400 Subject: [PATCH] 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 --- t/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2