Skip to content

Commit f7988c1

Browse files
jrngitster
authored andcommitted
.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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5699d17 commit f7988c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
/test-dump-cache-tree
186186
/test-scrap-cache-tree
187187
/test-genrandom
188+
/test-hashmap
188189
/test-index-version
189190
/test-line-buffer
190191
/test-match-trees

0 commit comments

Comments
 (0)