From a5f153e19bc6af8a480f3df7482e40865dc3ba5d Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Fri, 3 Jun 2016 10:18:59 -0400 Subject: [PATCH] add vim to gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 36d1a84d..1b8c7c26 100644 --- a/.gitignore +++ b/.gitignore @@ -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