.gitignore: test-hashmap is a generated file
authorJonathan Nieder <redacted>
Sat, 14 Dec 2013 02:05:26 +0000 (18:05 -0800)
committerJunio C Hamano <redacted>
Mon, 24 Feb 2014 22:33:29 +0000 (14:33 -0800)
Prevent the "test-hashmap" program from being accidentally tracked
with "git add" or cluttering "git status" output.

Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore

index 66199edd4af6ddcd1398bff13fe9065ba4309a22..cb1db5492c2f23f43b28d56dbc46a59eae083af0 100644 (file)
 /test-dump-cache-tree
 /test-scrap-cache-tree
 /test-genrandom
+/test-hashmap
 /test-index-version
 /test-line-buffer
 /test-match-trees
git clone https://git.99rst.org/PROJECT