diff options
author | Jeff King <peff@peff.net> | 2006-09-18 00:35:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-18 00:35:07 -0700 |
commit | 582c5b09be6336e74a366ad900ca7ec3a5d1572d (patch) | |
tree | 85c5075462811c07d1580c6b790a6055bafab2eb | |
parent | Use Linus' show ref in "git-branch.sh". (diff) | |
download | tgif-582c5b09be6336e74a366ad900ca7ec3a5d1572d.tar.xz |
gitignore: git-show-ref is a generated file.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0d608fe12a..f53e0b247c 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ git-shortlog git-show git-show-branch git-show-index +git-show-ref git-ssh-fetch git-ssh-pull git-ssh-push |