From c570782b30380e1a95065c3696711f2c208de889 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 27 Oct 2016 08:29:24 -0400 Subject: [PATCH] Add VIM git ignore information --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 3e5f58e0..f82fa252 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,21 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# +# VIM SPECIFIC +# + +# swap +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] + +# session +Session.vim + +# temporary +.netrwhist +*~ + +# auto-generated tag files +tags