From cc8c64fbf2c503740a17c01c11fc0b236c1f305c Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Sat, 3 Mar 2018 17:34:34 -0500 Subject: [PATCH] Ignore dirty submodules. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e53575f1..4aab48e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "lib/cpp-netlib"] path = lib/cpp-netlib url = https://github.com/cpp-netlib/cpp-netlib + ignore = dirty [submodule "lib/yaml-cpp"] path = lib/yaml-cpp url = https://github.com/jbeder/yaml-cpp + ignore = dirty [submodule "lib/googletest"] path = lib/googletest url = https://github.com/google/googletest + ignore = dirty