Skip to content

Commit ebedb7f

Browse files
committed
added vundle as a submod
ignoring bundle files
1 parent 5a9746d commit ebedb7f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.netrwhist
2-
bundle/
2+
bundle/*

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "bundle/Vundle.vim"]
2+
path = bundle/Vundle.vim
3+
url = https://github.com/gmarik/Vundle.vim.git

bundle/Vundle.vim

Submodule Vundle.vim added at cfd3b2d

0 commit comments

Comments
 (0)