[PATCH] Ignore more generated files
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
Since git-status now shows the "other" files, too, bring .gitignore up-to-date. Signed-off-by: Johannes Schindelin <redacted> --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) applies-to: c96a7218cfb074d2847d54952c8570acd8bf08a9 555ff41f8df92ebb2cf58cb9797e339175733ef7
diff --git a/.gitignore b/.gitignore
index b34a77a..975e773 100644
--- a/.gitignore
+++ b/.gitignore@@ -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
--- 0.99.8.GIT