Add vim .swp files to gitignore

This commit is contained in:
Mike Bland 2015-04-05 09:41:39 -04:00
parent b0f0409f2b
commit ca32394c6f

3
.gitignore vendored
View File

@ -24,3 +24,6 @@ _testmain.go
*.exe
dist
.godeps
# Editor swap/temp files
.*.swp