diff options
author | René Scharfe <l.s.r@web.de> | 2014-10-01 17:00:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-01 13:32:10 -0700 |
commit | 38d905bf585999367a24fa27645ece6fe996d6f0 (patch) | |
tree | 56b51e12cb949c3062a60518b034e08177fd120c /.gitignore | |
parent | d31f3ad23dd1aee3c3e1015a43b02b995c01a9a1 (diff) | |
download | git-38d905bf585999367a24fa27645ece6fe996d6f0.tar.gz |
sha1-array: add test-sha1-array and basic tests
Helped-by: Jeff King <peff@peff.net>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b5f9defed3..96a0fe0b26 100644 --- a/.gitignore +++ b/.gitignore @@ -195,6 +195,7 @@ /test-revision-walking /test-run-command /test-sha1 +/test-sha1-array /test-sigchain /test-string-list /test-subprocess |