From 5805853f228acafe1d45edeef780cd1b00b952aa Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Mon, 17 Sep 2012 22:36:18 +0530 Subject: [PATCH] t/perf: add "trash directory" to .gitignore Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano --- t/perf/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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*/ -- 2.11.4.GIT