Ignore more generated files
Since git-status now shows the "other" files, too, bring .gitignore up-to-date. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
e175768954
commit
542a01e489
3
.gitignore
vendored
3
.gitignore
vendored
@ -86,6 +86,7 @@ git-ssh-push
|
|||||||
git-ssh-upload
|
git-ssh-upload
|
||||||
git-status
|
git-status
|
||||||
git-stripspace
|
git-stripspace
|
||||||
|
git-svnimport
|
||||||
git-symbolic-ref
|
git-symbolic-ref
|
||||||
git-tag
|
git-tag
|
||||||
git-tar-tree
|
git-tar-tree
|
||||||
@ -106,3 +107,5 @@ git-core-*/?*
|
|||||||
*.deb
|
*.deb
|
||||||
git-core.spec
|
git-core.spec
|
||||||
*.exe
|
*.exe
|
||||||
|
libgit.a
|
||||||
|
*.o
|
||||||
|
Reference in New Issue
Block a user