.gitmodules 545 B

123456789101112131415
  1. [submodule "aclk/aclk-schemas"]
  2. path = src/aclk/aclk-schemas
  3. url = https://github.com/netdata/aclk-schemas.git
  4. [submodule "ml/kmeans/dlib"]
  5. path = src/ml/dlib
  6. url = https://github.com/davisking/dlib.git
  7. shallow = true
  8. ignore = dirty
  9. [submodule "src/web/server/h2o/libh2o"]
  10. path = src/web/server/h2o/libh2o
  11. url = https://github.com/h2o/h2o.git
  12. ignore = untracked
  13. [submodule "src/collectors/debugfs.plugin/libsensors/vendored"]
  14. path = src/collectors/debugfs.plugin/libsensors/vendored
  15. url = https://github.com/lm-sensors/lm-sensors.git