mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Tidy gitignore (#8971)
Signed-off-by: Yang Xuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
3b207b4bed
commit
57117712fe
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,7 +1,14 @@
|
|||||||
# CLion generated files
|
# CLion generated files
|
||||||
|
|
||||||
|
# This can ignore
|
||||||
|
# cmake-build-debug/
|
||||||
|
# proxy/cmake-build-debug/
|
||||||
|
# a/b/c/cmake-build-debug/
|
||||||
**/cmake-build-debug/*
|
**/cmake-build-debug/*
|
||||||
**/cmake_build/*
|
|
||||||
**/cmake-build-release/*
|
**/cmake-build-release/*
|
||||||
|
**/cmake_build_release/*
|
||||||
|
**/cmake_build/*
|
||||||
|
|
||||||
internal/core/output/*
|
internal/core/output/*
|
||||||
internal/core/build/*
|
internal/core/build/*
|
||||||
internal/kv/rocksdb/cwrapper/output/*
|
internal/kv/rocksdb/cwrapper/output/*
|
||||||
@ -14,10 +21,6 @@ internal/msgstream/pulsarms/client-cpp/build/*
|
|||||||
docker-compose-devcontainer.yml
|
docker-compose-devcontainer.yml
|
||||||
docker-compose-devcontainer.yml.tmp
|
docker-compose-devcontainer.yml.tmp
|
||||||
|
|
||||||
cmake-build-debug
|
|
||||||
cmake-build-release
|
|
||||||
cmake_build
|
|
||||||
|
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
||||||
# Docker generated cache file
|
# Docker generated cache file
|
||||||
@ -27,10 +30,6 @@ cmake_build
|
|||||||
|
|
||||||
# proxy
|
# proxy
|
||||||
proxy/milvus
|
proxy/milvus
|
||||||
proxy/cmake_build
|
|
||||||
proxy/cmake-build-debug
|
|
||||||
proxy/cmake-build-release
|
|
||||||
proxy/cmake_build_release
|
|
||||||
proxy/thirdparty/grpc-src
|
proxy/thirdparty/grpc-src
|
||||||
proxy/thirdparty/grpc-build
|
proxy/thirdparty/grpc-build
|
||||||
proxy/milvus/*
|
proxy/milvus/*
|
||||||
@ -39,16 +38,9 @@ proxy/suvlim/*
|
|||||||
|
|
||||||
proxy-go/proxy-go
|
proxy-go/proxy-go
|
||||||
|
|
||||||
# sdk
|
|
||||||
sdk/cmake_build
|
|
||||||
sdk/cmake-build-debug
|
|
||||||
sdk/cmake-build-release
|
|
||||||
sdk/cmake_build_release
|
|
||||||
|
|
||||||
# Compiled source
|
# Compiled source
|
||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
cmake_build/
|
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user