blob: 27f7904b85d6ef763467f7603a01a944ee4ee150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "aclk/aclk-schemas"]
path = src/aclk/aclk-schemas
url = https://github.com/netdata/aclk-schemas.git
[submodule "ml/kmeans/dlib"]
path = src/ml/dlib
url = https://github.com/davisking/dlib.git
shallow = true
ignore = dirty
[submodule "src/web/server/h2o/libh2o"]
path = src/web/server/h2o/libh2o
url = https://github.com/h2o/h2o.git
ignore = untracked
|