From 4b98671e80723926b811f5655e792ecb57bad45d Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Sun, 6 Sep 2015 14:35:31 +0200
Subject: cleaned up git submodules, added an empty temp/-folder for
 backup/undo files

---
 .gitmodules | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to '.gitmodules')

diff --git a/.gitmodules b/.gitmodules
index f17eb62..1eed186 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
-[submodule "vim-pathogen"]
-	path = vim-pathogen
-	url = https://github.com/tpope/vim-pathogen.git
-[submodule "indent/tpope"]
-	path = indent/tpope
-	url = https://gist.github.com/762326.git
 [submodule "indent/html5.vim"]
 	path = indent/html5.vim
 	url = https://github.com/othree/html5.vim.git
+[submodule "plugins/Vundle.vim"]
+	path = plugins/Vundle.vim
+	url = https://github.com/VundleVim/Vundle.vim.git
-- 
cgit v1.2.3