From 7034484f0887ea0f8ab956515f2d9301ea5842ce Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 28 Mar 2008 10:23:36 +0200 Subject: [PATCH] gitignore: Add two more bits Get slightly better at ignoring vim swap files, and let people keep local changes if they want to. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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