diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-03-28 10:23:36 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-03-31 16:38:45 +0300 |
commit | 7034484f0887ea0f8ab956515f2d9301ea5842ce (patch) | |
tree | d465034acf30887e4e2a9cc159b0bcbfaaf6bc24 /.gitignore | |
parent | b8ea9f2a25aad88aee77a68f8e20ac07276f0dab (diff) |
gitignore: Add two more bits
Get slightly better at ignoring vim swap files, and let people keep
local changes if they want to.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fb2f7e597..837b0380b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,12 @@ Makefile.in *.a *.o *~ -.*.swp +.*sw? *.pbxuser *.mode1v3 obj* build* +local aclocal.m4 autom4te.cache compile |