[PATCH] t/perf: add "trash directory" to .gitignore

2012-09-17 Thread Ramkumar Ramachandra
Signed-off-by: Ramkumar Ramachandra --- t/perf/.gitignore |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/t/perf/.gitignore b/t/perf/.gitignore index 50f5cc1..0061cbc 100644 --- a/t/perf/.gitignore +++ b/t/perf/.gitignore @@ -1,2 +1,3 @@ -build/ -test-results/ +/build

Re: [PATCH] t/perf: add "trash directory" to .gitignore

2012-09-17 Thread Junio C Hamano
Ramkumar Ramachandra writes: > Signed-off-by: Ramkumar Ramachandra > --- > t/perf/.gitignore |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/t/perf/.gitignore b/t/perf/.gitignore > index 50f5cc1..0061cbc 100644 > --- a/t/perf/.gitignore > +++ b/t/perf/.gitignor

Re: [PATCH] t/perf: add "trash directory" to .gitignore

2012-09-17 Thread Ramkumar Ramachandra
Hi, Junio C Hamano wrote: > Thanks. I _think_ you still want to make sure these are > directories, so instead of losing the trailing slash, you would want > to keep it and add a leading slash to anchor them to the t/perf > directory, i.e. > > /build/ > /test-results/ > /tr