From: Jonathan Nieder Date: Sat, 14 Dec 2013 02:05:26 +0000 (-0800) Subject: .gitignore: test-hashmap is a generated file X-Git-Tag: v2.0.0-rc0~166^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f7988c15ad6801383384ee56970a52f4e485f0cb .gitignore: test-hashmap is a generated file Prevent the "test-hashmap" program from being accidentally tracked with "git add" or cluttering "git status" output. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 66199edd4a..cb1db5492c 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,7 @@ /test-dump-cache-tree /test-scrap-cache-tree /test-genrandom +/test-hashmap /test-index-version /test-line-buffer /test-match-trees