gitignore: Add two more bits
Get slightly better at ignoring vim swap files, and let people keep local changes if they want to.
This commit is contained in:
parent
b8ea9f2a25
commit
7034484f08
|
@ -8,11 +8,12 @@ Makefile.in
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*sw?
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
obj*
|
obj*
|
||||||
build*
|
build*
|
||||||
|
local
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
compile
|
compile
|
||||||
|
|
Loading…
Reference in New Issue