diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 15aed70631..e8b060cbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ git-fast-import git-fetch git-fetch--tool git-fetch-pack +git-filter-branch git-findtags git-fmt-merge-msg git-for-each-ref @@ -151,13 +152,14 @@ test-delta test-dump-cache-tree test-genrandom test-match-trees +test-sha1 common-cmds.h *.tar.gz *.dsc *.deb -git-core.spec +git.spec *.exe -*.[ao] +*.[aos] *.py[co] config.mak autom4te.cache |