milvus/.gitignore
bigsheeper d69c925ba5 Implement the interfaces about insertion, deletion and search
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-28 17:29:26 +08:00

37 lines
480 B
Plaintext

# CLion generated files
core/cmake-build-debug/
core/cmake-build-debug/*
core/cmake-build-release/
core/cmake-build-release/*
core/cmake_build/
core/cmake_build/*
core/build/
core/build/*
core/.idea/
.idea/
.idea/*
# vscode generated files
.vscode
cmake-build-debug
cmake-build-release
cmake_build
# proxy
proxy/cmake_build
proxy/cmake-build-debug
proxy/thirdparty/grpc-src
proxy/thirdparty/grpc-build
# Compiled source
*.a
*.so
*.so.*
*.o
*.lo
*.tar.gz
*.log
.coverage
*.pyc