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>maint
parent
3f43d72392
commit
baee1e91ed
|
@ -50,6 +50,7 @@ git-http-fetch
|
||||||
git-http-push
|
git-http-push
|
||||||
git-imap-send
|
git-imap-send
|
||||||
git-index-pack
|
git-index-pack
|
||||||
|
git-init
|
||||||
git-init-db
|
git-init-db
|
||||||
git-instaweb
|
git-instaweb
|
||||||
git-local-fetch
|
git-local-fetch
|
||||||
|
@ -92,6 +93,7 @@ git-rebase
|
||||||
git-receive-pack
|
git-receive-pack
|
||||||
git-reflog
|
git-reflog
|
||||||
git-relink
|
git-relink
|
||||||
|
git-remote
|
||||||
git-repack
|
git-repack
|
||||||
git-repo-config
|
git-repo-config
|
||||||
git-request-pull
|
git-request-pull
|
||||||
|
|
Loading…
Reference in New Issue