diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2017-03-24 17:26:50 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-24 11:00:03 -0700 |
commit | 41b3eb4a6bff4d38bb188d28544bf901080d9e96 (patch) | |
tree | 0f89a1a89be826c37307955fe97329341f8bba76 | |
parent | 89c3b0ad43ec9169aba169b264abf5e6b82d2c06 (diff) | |
download | git-41b3eb4a6bff4d38bb188d28544bf901080d9e96.tar.gz |
name-hash: add test-lazy-init-name-hash to .gitignore
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | t/helper/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore index d6e8b36798..758ed2e8fa 100644 --- a/t/helper/.gitignore +++ b/t/helper/.gitignore @@ -11,6 +11,7 @@ /test-genrandom /test-hashmap /test-index-version +/test-lazy-init-name-hash /test-line-buffer /test-match-trees /test-mergesort |