From 267ff68d84b2ab13afc6fe87c7f773a7a66cbbfa Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Thu, 15 Feb 2018 13:42:38 +0100 Subject: [PATCH] Add vim file to .gitignore. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index a1338d6..fdb9857 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,18 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ + +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] + +# Session +Session.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags