From 6955fca92b3ef6841728775886212a2d4d209035 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 25 Jan 2014 22:50:41 -0800 Subject: [PATCH] ignore taglist and multiple cursor changes that aren't committed --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index ff832b4..ad82f87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,6 +28,7 @@ [submodule "vim-files/.vim/bundle/taglist"] path = vim-files/.vim/bundle/taglist url = https://github.com/vim-scripts/taglist.vim.git + ignore = untracked [submodule "zsh-files/oh-my-zsh"] path = zsh-files/oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git @@ -49,3 +50,4 @@ [submodule "vim-files/.vim/bundle/vim-multiple-cursors"] path = vim-files/.vim/bundle/vim-multiple-cursors url = https://github.com/terryma/vim-multiple-cursors.git + ignore = untracked