* [PATCH] Ignore git-init and git-remote
@ 2007-01-09 5:27 Brian Gernhardt
2007-01-09 5:58 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Brian Gernhardt @ 2007-01-09 5:27 UTC (permalink / raw)
To: git
These new commands weren't added to .gitignore. Add them so we don't
end up with copies of them in the repo.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2904f12..6da1cdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ git-http-fetch
git-http-push
git-imap-send
git-index-pack
+git-init
git-init-db
git-instaweb
git-local-fetch
@@ -92,6 +93,7 @@ git-rebase
git-receive-pack
git-reflog
git-relink
+git-remote
git-repack
git-repo-config
git-request-pull
--
1.4.4.4.g4083
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-09 5:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 5:27 [PATCH] Ignore git-init and git-remote Brian Gernhardt
2007-01-09 5:58 ` Junio C Hamano
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).