From f7988c15ad6801383384ee56970a52f4e485f0cb Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Fri, 13 Dec 2013 18:05:26 -0800 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.4.GIT