diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2005-10-18 11:35:17 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-18 11:35:17 -0700 |
commit | 542a01e4895fb3e57baab709194bdb25d7ad5217 (patch) | |
tree | 0304bf0f85cb1b53ab01b609b41b0164c16714d7 | |
parent | e175768954816b00bbbba131ec1c411d2cd66582 (diff) | |
download | git-542a01e4895fb3e57baab709194bdb25d7ad5217.tar.gz git-542a01e4895fb3e57baab709194bdb25d7ad5217.tar.xz |
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>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b34a77a33..975e773fe 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 |