Ignore vim temp files

pull/735/head
Philip O'Toole 2014-07-12 22:49:19 -07:00
parent 91d9d4ac62
commit a6750fdba4
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -12,6 +12,9 @@ flymake.sh
refresh_tags.sh
a.out
# vim temp files
*.swp
*.test
/src/query/a.out*
.DS_Store