diff options
author | Tom Prince <tom.prince@ualberta.net> | 2006-01-10 23:40:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-11 00:36:03 -0800 |
commit | 5a25b4a66e05376c629669ee7321c1ce7f6a47fb (patch) | |
tree | 384be1f01dd73ad89377a7db3e4a9750d1871448 /.gitignore | |
parent | eb858c60d7850fc2ed2f69397f0560e707de324d (diff) | |
download | git-5a25b4a66e05376c629669ee7321c1ce7f6a47fb.tar.gz git-5a25b4a66e05376c629669ee7321c1ce7f6a47fb.tar.xz |
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 1a9090bff..5382e7427 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 |