1
0
Fork 0
mirror of synced 2024-06-25 02:11:08 -04:00

Added vim-dispatch to submodules, fixed .gitignores

This commit is contained in:
Mirosław Pragłowski 2014-12-19 17:50:16 +01:00
parent e7bc60ac1b
commit a2e7f290cc
2 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View file

@ -1,6 +1,7 @@
temp_dirs/undodir*
bundle/ack.vim/.netrwhist
temp_dirs/yankring_history_v2.txt
sources_forked/yankring/doc/tags
bundle/tlib/doc/tags
tags
sources_forked/**/doc/tags
bundle/**/doc/tags
bundle/smartgf/*
bundle/vim-dispatch/*

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "bundle/smartgf"]
path = bundle/smartgf
url = git@github.com:gorkunov/smartgf.vim.git
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = git://github.com/tpope/vim-dispatch.git