Forgot the ignore=dirty bits in .gitmodules

This commit is contained in:
Daniel Martí 2014-05-25 13:52:17 +02:00
parent 414c4e0c67
commit 12868902e9

3
.gitmodules vendored
View File

@ -29,9 +29,12 @@
[submodule "extern/spongycastle"] [submodule "extern/spongycastle"]
path = extern/spongycastle path = extern/spongycastle
url = https://github.com/open-keychain/spongycastle url = https://github.com/open-keychain/spongycastle
ignore = dirty
[submodule "extern/nanohttpd"] [submodule "extern/nanohttpd"]
path = extern/nanohttpd path = extern/nanohttpd
url = https://github.com/eighthave/nanohttpd url = https://github.com/eighthave/nanohttpd
ignore = dirty
[submodule "extern/zxing-core"] [submodule "extern/zxing-core"]
path = extern/zxing-core path = extern/zxing-core
url = https://gitlab.com/fdroid/zxing-core.git url = https://gitlab.com/fdroid/zxing-core.git
ignore = dirty