diff options
author | Matt Turner <mattst88@gmail.com> | 2012-09-10 14:31:05 -0700 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-01-10 22:01:31 +0100 |
commit | ac2793cf3e1e004942c386dfa45f3b5507223f50 (patch) | |
tree | f3aca49230518b02d3ecd59f1b4a6b91340f7292 /.gitignore | |
parent | 3ed95dc0735795087c063288e544359a84f7ea28 (diff) |
Clean up .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 8f39b53349..faf2ca3839 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.ilk *.la *.lo +*.log *.o *.obj *.os @@ -17,6 +18,7 @@ *.tar *.tar.bz2 *.tar.gz +*.trs *.zip *~ depend @@ -36,9 +38,9 @@ config.py build libtool manifest.txt -Makefile.in .dir-locals.el .deps/ .dirstamp .libs/ -/Makefile +Makefile +Makefile.in |