From 712faeb27dba3c28a111660ef0c9634054314674 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Jun 2015 23:50:06 +0200 Subject: Adding the bundled plugins to the ignore The plugins will be installed independently on each machine without having the need to check their code into the repo. Keeping it clean and smaller to clone as those will be installed using vundle installing procedure --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07c0ce2..3604fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .DS_Store .netrwhist -bundle/tags +bundle/* undo/* *.swp -- cgit v1.2.3