-
Notifications
You must be signed in to change notification settings - Fork 179
/
.gitignore
47 lines (35 loc) · 900 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
# Ignore unit-test coverrage report
coverage_report.out
# Ignore the generated kind-config yaml.
/test/integration/kind-config.yaml
# Ignore the unit-test conf files
/pkg/csi/service/vanilla/test_vsphere.conf
/pkg/csi/service/wcp/test_vsphere.conf
/pkg/syncer/test_vsphere.conf
/pkg/common/utils/test_vsphere.conf
# Ignore the build output.
/.build
/.build/windows-driver
# Ingore project specific setting files created by Intellij IDE and VS Code
/.idea
/.vscode
# Ignore the environment variable and Prow configuration files at
# the root of the project.
/config.env
/prow-config-env.yaml
# Ignore marker files.
**/*.d
# Ignore any Dockerfiles at the root of the project.
/Dockerfile*
# Ignore vendor at the root of the project.
/vendor
# OSX trash
.DS_Store
# Go test binaries
*.test
# Test reports
junit_check.xml
/tests/e2e/junit.xml
# binaries
/vsphere-csi
/vsphere-csi.linux_amd64