From 7c174731998326f8d93d6784c32245b8c489f09a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Aug 2014 20:11:15 -0700 Subject: [PATCH] Add vundle submodule. --- .gitignore | 4 ++-- .gitmodules | 3 +++ dotfiles/vim/bundle/vundle | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 dotfiles/vim/bundle/vundle diff --git a/.gitignore b/.gitignore index 77b3a579..1650e409 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - -.ropeproject \ No newline at end of file +.ropeproject +dotfiles/vim/bundle/* \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 556d8bad..5bc4a2f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dotfiles/emacs.d"] path = dotfiles/emacs.d url = git@github.com:IvanMalison/.emacs.d.git +[submodule "dotfiles/vim/bundle/vundle"] + path = dotfiles/vim/bundle/vundle + url = https://github.com/gmarik/Vundle.vim.git diff --git a/dotfiles/vim/bundle/vundle b/dotfiles/vim/bundle/vundle new file mode 160000 index 00000000..0b28e334 --- /dev/null +++ b/dotfiles/vim/bundle/vundle @@ -0,0 +1 @@ +Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab