From: Brian Gernhardt Date: Sun, 29 Jun 2008 20:47:56 +0000 (-0400) Subject: Add test results directory to t/.gitignore X-Git-Tag: v1.6.0-rc0~186 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f9d800e2074a60a009e7c670e396a379d8c46cc5;p=git.git Add test results directory to t/.gitignore We don't need test results to be committed if we're fixing a test. Signed-off-by: Brian Gernhardt Signed-off-by: Junio C Hamano --- diff --git a/t/.gitignore b/t/.gitignore index 11ffd910c..b27e28008 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -1 +1,2 @@ /trash directory +/test-results