diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-10-13 17:34:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-29 21:03:30 -0700 |
commit | beb474379315654566e78eea8a0e39c66ebcbb8a (patch) | |
tree | 386d3f24d91394e435e812e3f75830356ab5a369 /.gitignore | |
parent | d7a38c54a6ccbcbcf29d8cf1110b2702c8b3f7f8 (diff) | |
download | git-beb474379315654566e78eea8a0e39c66ebcbb8a.tar.gz |
Add tests for parse-options.c
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 62afef2347..249b451b87 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,7 @@ test-delta test-dump-cache-tree test-genrandom test-match-trees +test-parse-options test-sha1 common-cmds.h *.tar.gz |