From 8d93a31d497ef6ef38ebc08e261637256d7abac5 Mon Sep 17 00:00:00 2001 From: jturmel Date: Tue, 18 Feb 2014 11:12:59 -0600 Subject: [PATCH] Ignore _vimrc_local.vim files in vim.gitignore * The local_vimrc.vim plugin allows you to have a vimrc that is local to a folder, this will ignore those files --- Global/vim.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 6c5ee8df..15df712a 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -4,3 +4,6 @@ Session.vim .netrwhist *~ + +#Ignore local_vimrc files http://www.vim.org/scripts/script.php?script_id=727 +_vimrc_local.vim