summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 83ef65e8d1..0f01d3d680 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,12 @@
[submodule "aclk/aclk-schemas"]
path = aclk/aclk-schemas
url = https://github.com/netdata/aclk-schemas.git
+[submodule "ml/kmeans/dlib"]
+ path = ml/kmeans/dlib
+ url = https://github.com/davisking/dlib.git
+ shallow = true
+ ignore = dirty
+[submodule "ml/json"]
+ path = ml/json
+ url = https://github.com/nlohmann/json.git
+ shallow = true