From de05318615f8a691e2087020f85f2f825c8a4162 Mon Sep 17 00:00:00 2001 From: Sergey Mironov Date: Fri, 23 Aug 2019 13:14:45 +0300 Subject: [PATCH] update .gitignore Ignore *vim rules such as used by LocalRC plugin for per-project customisations. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 05dff405d1..9d3b5937be 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,10 @@ ENV/ #vscode IDE .vscode +# Vim +*.vim +*.vimrc + #GIT .git/