Skip to content

Commit b898802

Browse files
committed
add submodules
1 parent 37f4802 commit b898802

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "DiskANN/gperftools"]
2+
path = DiskANN/gperftools
3+
url = https://github.com/gperftools/gperftools.git
4+
[submodule "DiskANN/LightGBM"]
5+
path = DiskANN/LightGBM
6+
url = https://github.com/microsoft/LightGBM
7+
[submodule "hnswlib/LightGBM"]
8+
path = hnswlib/LightGBM
9+
url = https://github.com/microsoft/LightGBM

DiskANN/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,5 @@ dist/*
374374
venv*/**
375375
*.swp
376376

377-
gperftools
378-
LightGBM
379-
380377
# Rust
381378
rust/target

hnswlib/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ var/
1111
.vs/
1212
**.DS_Store
1313
*.pyc
14-
LightGBM

0 commit comments

Comments
 (0)