Ignore more generated files.
List new commands cvsexportcommit and http-push to .gitignore list. Also cover the test programs (test-date and test-delta). Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
a5ae8e64cf
commit
390cb0c17a
4
.gitignore
vendored
4
.gitignore
vendored
@ -19,6 +19,7 @@ git-commit
|
|||||||
git-commit-tree
|
git-commit-tree
|
||||||
git-convert-objects
|
git-convert-objects
|
||||||
git-count-objects
|
git-count-objects
|
||||||
|
git-cvsexportcommit
|
||||||
git-cvsimport
|
git-cvsimport
|
||||||
git-daemon
|
git-daemon
|
||||||
git-diff
|
git-diff
|
||||||
@ -36,6 +37,7 @@ git-get-tar-commit-id
|
|||||||
git-grep
|
git-grep
|
||||||
git-hash-object
|
git-hash-object
|
||||||
git-http-fetch
|
git-http-fetch
|
||||||
|
git-http-push
|
||||||
git-index-pack
|
git-index-pack
|
||||||
git-init-db
|
git-init-db
|
||||||
git-local-fetch
|
git-local-fetch
|
||||||
@ -107,6 +109,8 @@ git-verify-tag
|
|||||||
git-whatchanged
|
git-whatchanged
|
||||||
git-write-tree
|
git-write-tree
|
||||||
git-core-*/?*
|
git-core-*/?*
|
||||||
|
test-date
|
||||||
|
test-delta
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.dsc
|
*.dsc
|
||||||
*.deb
|
*.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user