diff options
author | Patrick Simianer <p@simianer.de> | 2015-07-06 16:51:51 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-07-06 16:51:51 +0200 |
commit | 2497837c9d470b51a87060a0af6041f9a6c11063 (patch) | |
tree | a03ddf91813a15ca53d88b6217ad618c4b6b0c6d /.gitmodules | |
parent | 9e5e9d07d9e7209260368d2dc206b3b0983e9a16 (diff) |
misc
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39d8b7f..ffc74f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "external/json-cpp"] path = external/json-cpp url = https://github.com/ascheglov/json-cpp.git + ignore = dirty [submodule "external/gperftools"] path = external/gperftools url = https://code.google.com/p/gperftools-git/ + ignore = dirty [submodule "external/msgpack-c"] path = external/msgpack-c url = https://github.com/msgpack/msgpack-c.git + ignore = dirty |