From 0aa0c10a10267e747a1724734b4d0c83f1647187 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Tue, 10 Oct 2023 14:24:27 +0200 Subject: [PATCH] ignore untracked in vim-clang-format --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index a1d2f65..53c971c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,4 @@ [submodule "pack/vim-clang-format/opt/vim-clang-format"] path = pack/vim-clang-format/opt/vim-clang-format url = https://github.com/rhysd/vim-clang-format.git + ignore = untracked