mirror of
https://github.com/git/git.git
synced 2024-11-19 03:33:57 +01:00
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:
parent
e175768954
commit
542a01e489
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
Block a user