forked from opensearch-project/k-NN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (44 loc) · 879 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
buildSrc/libs
buildSrc/build/
buildSrc/es-knn-offline-repo-*
buildSrc/libKNNIndex*
.gradle/
build
.idea/*
!.idea/codeStyles/codeStyleConfig.xml
!.idea/copyright
.DS_Store
*.log
out/
oss/*
*.iml
jni/CMakeCache.txt
jni/CMakeFiles
jni/Makefile
jni/cmake*
jni/CPack*
jni/_CPack*
jni/release
jni/packages
jni/CTestTestfile.cmake
jni/KNNPlugin_JNI.cbp
jni/Testing/
jni/_deps/
jni/bin/
jni/lib/
jni/jni_test*
jni/googletest*
benchmarks/perf-tool/okpt/output
benchmarks/perf-tool/okpt/dev
benchmarks/perf-tool/okpt/dataset/
benchmarks/perf-tool/okpt/!dataset/data.hdf5
benchmarks/**/__pycache__
benchmarks/**/.idea
benchmarks/perf-tool/okpt/*.py[cod]
benchmarks/perf-tool/okpt/*$py.class
benchmarks/perf-tool/okpt/lib/
benchmarks/perf-tool/okpt/bin
benchmarks/perf-tool/okpt/pyvenv.cfg
benchmarks/perf-tool/okpt/env/
benchmarks/perf-tool/okpt/venv/
benchmarks/perf-tool/okpt/.pytype/