diff options
author | Tom Prince <tom.prince@ualberta.net> | 2006-01-11 07:40:33 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-11 09:36:03 +0100 |
commit | 5a25b4a66e05376c629669ee7321c1ce7f6a47fb (patch) | |
tree | 384be1f01dd73ad89377a7db3e4a9750d1871448 /.gitignore | |
parent | GIT-VERSION-GEN: detect dirty tree and mark the version accordingly. (diff) | |
download | git-5a25b4a66e05376c629669ee7321c1ce7f6a47fb.tar.xz git-5a25b4a66e05376c629669ee7321c1ce7f6a47fb.zip |
Add git-describe to .gitignore.
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 1a9090bffc..5382e74271 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ git-diff-files git-diff-index git-diff-stages git-diff-tree +git-describe git-fetch git-fetch-pack git-findtags |