aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2013-12-13 18:05:26 -0800
committerJunio C Hamano <gitster@pobox.com>2014-02-24 14:33:29 -0800
commitf7988c15ad6801383384ee56970a52f4e485f0cb (patch)
treef0aa88d3169b9f9235bc4b9ef546ef5ddf3ae212 /.gitignore
parent5699d17ee0949e6c01311a03dcfce485fcdd9b1a (diff)
downloadgit-f7988c15ad6801383384ee56970a52f4e485f0cb.tar.gz
.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 <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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