aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrian Gernhardt <benji@silverinsanity.com>2007-01-09 00:27:33 -0500
committerJunio C Hamano <junkio@cox.net>2007-01-08 21:53:23 -0800
commitbaee1e91ed41cd369ca3ddd63615b64feaa0286f (patch)
tree398c89dd117486cb979d822268967ba6d69ad242 /.gitignore
parent3f43d72392b6c0477debd7edbd49bae9b7f41e60 (diff)
downloadgit-baee1e91ed41cd369ca3ddd63615b64feaa0286f.tar.gz
git-baee1e91ed41cd369ca3ddd63615b64feaa0286f.tar.xz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2904f1234..6da1cdbd0 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