forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
84 lines (71 loc) · 1.18 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# CLion generated files
**/cmake-build-debug/*
**/cmake_build/*
**/cmake-build-release/*
internal/core/output/*
internal/core/build/*
internal/kv/rocksdb/cwrapper/output/*
**/.idea/*
internal/msgstream/pulsarms/client-cpp/build/
internal/msgstream/pulsarms/client-cpp/build/*
# vscode generated files
.vscode
docker-compose-devcontainer.yml
docker-compose-devcontainer.yml.tmp
cmake-build-debug
cmake-build-release
cmake_build
*.code-workspace
# Docker generated cache file
.docker/
**/_artifacts/**
# proxy
proxy/milvus
proxy/cmake_build
proxy/cmake-build-debug
proxy/cmake-build-release
proxy/cmake_build_release
proxy/thirdparty/grpc-src
proxy/thirdparty/grpc-build
proxy/milvus/*
proxy/suvlim/
proxy/suvlim/*
proxy-go/proxy-go
# sdk
sdk/cmake_build
sdk/cmake-build-debug
sdk/cmake-build-release
sdk/cmake_build_release
# Compiled source
bin/
lib/
cmake_build/
*.a
*.so
*.so.*
*.o
*.lo
*.tar.gz
*.log
.coverage
*.pyc
*.log
.DS_Store
*.sw[po]
cwrapper_build
cwrapper_dablooms_build
**/cwrapper_rocksdb_build/
**/.clangd/*
**/compile_commands.json
**/.lint
typescript
**/.pytest_cache/
.root
gtags.conf
# Delve generated file
**/__debug_bin
# go-codecov
coverage.txt
profile.out
# virtualenv
venv/