* [PATCH] add git-reflog to .gitignore
@ 2006-12-26 19:08 Nicolas Pitre
0 siblings, 0 replies; only message in thread
From: Nicolas Pitre @ 2006-12-26 19:08 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
... and move git-blame with the other commands.
Signed-off-by: Nicolas Pitre <nico@cam.org>
---
diff --git a/.gitignore b/.gitignore
index 91e6966..60e5002 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ git-applypatch
git-archimport
git-archive
git-bisect
+git-blame
git-branch
git-cat-file
git-check-ref-format
@@ -88,6 +89,7 @@ git-quiltimport
git-read-tree
git-rebase
git-receive-pack
+git-reflog
git-relink
git-repack
git-repo-config
@@ -153,4 +155,3 @@ config.status
config.mak.autogen
config.mak.append
configure
-git-blame
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-26 19:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-26 19:08 [PATCH] add git-reflog to .gitignore Nicolas Pitre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).