From f0353ec59721fdc53cb1c4b5c9f2baecd5c2e1a7 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Wed, 27 Jul 2016 21:53:07 -0700 Subject: [PATCH] Ignore dirty external submodules (#312) --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 3ed9b3f15..b0586aacf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "thirdparty/grpc"] path = thirdparty/grpc url = https://github.com/grpc/grpc + ignore = dirty [submodule "thirdparty/numbuf"] path = thirdparty/numbuf url = https://github.com/pcmoritz/numbuf.git @@ -10,3 +11,4 @@ [submodule "thirdparty/python"] path = thirdparty/python url = https://github.com/austinsc/python.git + ignore = dirty