Add vim temp files to .gitignore

This commit is contained in:
Richard Barnes 2015-03-21 18:26:26 -05:00
parent e6a580ebbb
commit 95bbaecb59
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ _cgo_export.*
_testmain.go _testmain.go
*.swp
*.exe *.exe
*.test *.test
*.prof *.prof