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>maint
parent
e175768954
commit
542a01e489
|
|
@ -86,6 +86,7 @@ git-ssh-push
|
|||
git-ssh-upload
|
||||
git-status
|
||||
git-stripspace
|
||||
git-svnimport
|
||||
git-symbolic-ref
|
||||
git-tag
|
||||
git-tar-tree
|
||||
|
|
@ -106,3 +107,5 @@ git-core-*/?*
|
|||
*.deb
|
||||
git-core.spec
|
||||
*.exe
|
||||
libgit.a
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue