From 83a8435268faeb6cb0d3e84a89e857b745b87613 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Jul 2012 14:11:20 +1200 Subject: Ignore unsaved changes in new submodules --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 5529f84f..59c60220 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,6 +41,8 @@ [submodule "vim/bundle/markdown"] path = vim/bundle/markdown url = git://github.com/tpope/vim-markdown.git + ignore = dirty [submodule "vim/bundle/nagios"] path = vim/bundle/nagios url = git://github.com/tejr/nagios-syntax.vim + ignore = dirty -- cgit v1.2.3