diff options
author | Jeff King <peff@peff.net> | 2007-12-10 11:29:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-10 20:22:51 +0100 |
commit | bf79caffbc5a3587af2360dde67d8d5c3a3a4196 (patch) | |
tree | af84a4c70cda40b430b3527500c66ca83c403f79 /.gitignore | |
parent | git-help -i: show info documentation from matching version of git (diff) | |
download | git-bf79caffbc5a3587af2360dde67d8d5c3a3a4196.tar.xz git-bf79caffbc5a3587af2360dde67d8d5c3a3a4196.zip |
Add git-browse-help to .gitignore
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bac60ce31a..5eaba41995 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ git-archive git-bisect git-blame git-branch +git-browse-help git-bundle git-cat-file git-check-attr |