From 2d08d35e7d3475df2947d38e0a9bc281952914a7 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Wed, 26 Oct 2016 15:41:02 +0200 Subject: [PATCH] ignore helptags in submodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index ddff5d1..8f044a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,9 +65,12 @@ [submodule "pack/asyncrun/opt/asyncrun"] path = pack/asyncrun/opt/asyncrun url = https://github.com/skywind3000/asyncrun.vim.git + ignore = untracked [submodule "pack/sessionman/opt/sessionman"] path = pack/sessionman/opt/sessionman url = https://github.com/vim-scripts/sessionman.vim.git + ignore = untracked [submodule "pack/diffchar/opt/diffchar"] path = pack/diffchar/opt/diffchar url = https://github.com/rickhowe/diffchar.vim.git + ignore = untracked