From 3a682cf0b77621a213606754ee0264d1ca14261f Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Mon, 15 Feb 2016 21:42:37 -0700 Subject: [PATCH] Ignore vim files in gitignore file --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 0f4da31..58b72d5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,15 @@ logs *.log npm-debug.log* +# swap +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +# session +Session.vim +# temporary +.netrwhist +*~ + # Runtime data pids *.pid