ignore taglist and multiple cursor changes that aren't committed

This commit is contained in:
Haak Saxberg 2014-01-25 22:50:41 -08:00
parent 1df76d0503
commit 6955fca92b

2
.gitmodules vendored
View file

@ -28,6 +28,7 @@
[submodule "vim-files/.vim/bundle/taglist"] [submodule "vim-files/.vim/bundle/taglist"]
path = vim-files/.vim/bundle/taglist path = vim-files/.vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git url = https://github.com/vim-scripts/taglist.vim.git
ignore = untracked
[submodule "zsh-files/oh-my-zsh"] [submodule "zsh-files/oh-my-zsh"]
path = zsh-files/oh-my-zsh path = zsh-files/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git url = https://github.com/robbyrussell/oh-my-zsh.git
@ -49,3 +50,4 @@
[submodule "vim-files/.vim/bundle/vim-multiple-cursors"] [submodule "vim-files/.vim/bundle/vim-multiple-cursors"]
path = vim-files/.vim/bundle/vim-multiple-cursors path = vim-files/.vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git url = https://github.com/terryma/vim-multiple-cursors.git
ignore = untracked