From 1a9983371779979c9e9ac085738e950c5d37098e Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Mon, 10 Feb 2014 04:03:31 -0500 Subject: [PATCH] Delete .gitmodules It doesn't seem like we need this submodule anymore since the script clones vundle itself. is there a reason it's still here? --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 723c8be40..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule ".vim/vundle.git"] - path = .vim/vundle.git - url = https://github.com/gmarik/vundle.git