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 /.gitignore | |
parent | ee1a9b2f1824100bbac8d23e7dea1a6e9e85fb21 (diff) | |
download | git-582c5b09be6336e74a366ad900ca7ec3a5d1572d.tar.gz git-582c5b09be6336e74a366ad900ca7ec3a5d1572d.tar.xz |
gitignore: git-show-ref is a generated file.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0d608fe12..f53e0b247 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 |