add vim to gitignore

This commit is contained in:
Eric Paris 2016-06-03 10:18:59 -04:00
parent f368244301
commit a5f153e19b

12
.gitignore vendored
View file

@ -19,6 +19,18 @@ _cgo_export.*
_testmain.go
# Vim files https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
*.exe
cobra.test