diff options
author | Gustaf Hendeby <hendeby@isy.liu.se> | 2008-08-13 23:32:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-13 23:46:03 -0700 |
commit | 13613eac5bf886b37cc583462999419f91c98a17 (patch) | |
tree | 0980af6443a0fa43377fb80c24e6897719aac621 /.gitignore | |
parent | 3d78d1f18f211fd3d3e95977dee85a17a2aeb16c (diff) | |
download | git-13613eac5bf886b37cc583462999419f91c98a17.tar.gz git-13613eac5bf886b37cc583462999419f91c98a17.tar.xz |
Update .gitignore to ignore git-help
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
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 a213e8e25..bbaf9de0b 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ git-gc git-get-tar-commit-id git-grep git-hash-object +git-help git-http-fetch git-http-push git-imap-send |