From 7dc269230761e32e663d9cd0b6f4c316466a490d Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 26 Dec 2006 14:08:08 -0500 Subject: [PATCH] Add git-reflog to .gitignore Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.4.GIT