From: Ramkumar Ramachandra Date: Mon, 17 Sep 2012 17:06:18 +0000 (+0530) Subject: t/perf: add "trash directory" to .gitignore X-Git-Tag: v1.7.12.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5805853f228acafe1d45edeef780cd1b00b952aa;p=thirdparty%2Fgit.git t/perf: add "trash directory" to .gitignore Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano --- diff --git a/t/perf/.gitignore b/t/perf/.gitignore index 50f5cc1ed9..982eb8e3a9 100644 --- a/t/perf/.gitignore +++ b/t/perf/.gitignore @@ -1,2 +1,3 @@ -build/ -test-results/ +/build/ +/test-results/ +/trash directory*/