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

2012-09-18 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/
 /trash directory*/

Right.  Thanks for taking care of this.

Ram
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2012-09-17 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes:

 Signed-off-by: Ramkumar Ramachandra artag...@gmail.com
 ---
  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
 +/test-results
 +/trash directory*

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/
/trash directory*/


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html