-
Notifications
You must be signed in to change notification settings - Fork 109
/
.gitignore
45 lines (45 loc) · 1006 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
**/target
**/*.rs.bak
**/cscope.*
**/rust-tags.*
/Dockerfile.debug
/Dockerfile.release
/.vagrant
**/*.terraform
**/*.tfstate*
mayastor/local-randrw-0-verify.state
mayastor/local-write_verify-0-verify.state
test-yamls/*
/package-lock.json
/node_modules
artifacts/
.idea
.vscode
**/.pytest_cache
**/__pycache__
/chart/charts/
ansible-hosts
/test/python/common_pb2.py
/test/python/common_pb2_grpc.py
/test/python/csi_pb2.py
/test/python/csi_pb2_grpc.py
/test/python/mayastor_pb2.py
/test/python/mayastor_pb2_grpc.py
/test/python/pool_pb2.py
/test/python/pool_pb2_grpc.py
/test/python/bdev_pb2.py
/test/python/bdev_pb2_grpc.py
/test/python/host_pb2.py
/test/python/host_pb2_grpc.py
/test/python/nexus_pb2.py
/test/python/nexus_pb2_grpc.py
/test/python/replica_pb2.py
/test/python/replica_pb2_grpc.py
/test/python/registration_pb2.py
/test/python/registration_pb2_grpc.py
/test/python/snapshot_pb2.py
/test/python/snapshot_pb2_grpc.py
/test/python/venv/*
/package.json
/rust-toolchain.toml
/test/python/reports