From 60d0f0a60cf44bf0fc6f5e0798621c67ed2885ce Mon Sep 17 00:00:00 2001 From: Brian Clements Date: Sun, 1 Dec 2013 05:42:39 -0800 Subject: [PATCH] added spell to gitignore If user doesn't already have a spell folder in their .vim, the default action is to create it in the RTP, which is what vundle makes itself. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f276604..c0d9909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ doc/tags +spell/ .netrwhist