From: Brian Gernhardt <benji@silverinsanity.com>
Date: Tue, 9 Jan 2007 05:27:33 +0000 (-0500)
Subject: Ignore git-init and git-remote
X-Git-Tag: v1.5.0-rc1~39
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baee1e91ed41cd369ca3ddd63615b64feaa0286f;p=git

Ignore git-init and git-remote

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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/.gitignore b/.gitignore
index 2904f12349..6da1cdbd0d 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