Add bundle to .gitignore
Bundles are now handled via Vundle so there's no need to monitor the bundle directory as everything is done through the :Bundle command
This commit is contained in:
committed by
Fabio Gallonetto
parent
bf42dc78d7
commit
d8472fc0d0
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ vim/.netrwhist
|
|||||||
vim/tmp
|
vim/tmp
|
||||||
vim/spell
|
vim/spell
|
||||||
vim/after/.vimrc.after
|
vim/after/.vimrc.after
|
||||||
|
vim/bundle
|
||||||
.netrwhist
|
.netrwhist
|
||||||
bin/subl
|
bin/subl
|
||||||
tags
|
tags
|
||||||
|
|||||||
Reference in New Issue
Block a user