summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-03-28 10:23:36 +0200
committerDaniel Stone <daniel@fooishbar.org>2008-03-31 16:38:45 +0300
commit7034484f0887ea0f8ab956515f2d9301ea5842ce (patch)
treed465034acf30887e4e2a9cc159b0bcbfaaf6bc24 /.gitignore
parentb8ea9f2a25aad88aee77a68f8e20ac07276f0dab (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--.gitignore3
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