diff options
author | Nicolas Pitre <nico@cam.org> | 2006-12-26 14:08:08 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-26 12:12:57 -0800 |
commit | 7dc269230761e32e663d9cd0b6f4c316466a490d (patch) | |
tree | 8540256afb3ac24ab10ca685309c471aaece0d50 | |
parent | reflog expire: do not punt on tags that point at non commits. (diff) | |
download | tgif-7dc269230761e32e663d9cd0b6f4c316466a490d.tar.xz |
Add git-reflog to .gitignore
Signed-off-by: Nicolas Pitre <nico@cam.org>
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 d706dd92c6..255789a8b6 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ git-quiltimport git-read-tree git-rebase git-receive-pack +git-reflog git-relink git-repack git-repo-config |