From 12868902e95f9b259b40f09a4705a4545019bc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 25 May 2014 13:52:17 +0200 Subject: [PATCH] Forgot the ignore=dirty bits in .gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index c118aa920..c6d0215ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,9 +29,12 @@ [submodule "extern/spongycastle"] path = extern/spongycastle url = https://github.com/open-keychain/spongycastle + ignore = dirty [submodule "extern/nanohttpd"] path = extern/nanohttpd url = https://github.com/eighthave/nanohttpd + ignore = dirty [submodule "extern/zxing-core"] path = extern/zxing-core url = https://gitlab.com/fdroid/zxing-core.git + ignore = dirty