forked from vertica/vertica-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (64 loc) · 1.46 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
test_output.*
*.rpm
cert/
logs.log
int-tests-output/
ci-artifacts/
.vscode/
unit-tests.xml
kuttl-test.xml
kubeconfig
run.out
local-soak.cfg
local-kustomize*.cfg
.envrc
custom-rbac-overlay/
sdk
Dockerfile.cross
# Generated files from setup-kustomize.sh
overlay/
create-s3-bucket-overlay/
e2e.yaml
communal-ep-cert.json
hadoop-conf.json
# Generate files from setup-operator-upgrade-testsuite.sh
tests/e2e-operator-upgrade-overlays/*/
# Generated directory for some e2e tests that use custom ssh keys
ssh-keys/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
# Omit some fully generated files
config/crd/bases/*.yaml
config/rbac/role.yaml
api/v1beta1/zz_generated.deepcopy.go
# Omit generated files for helm verticadb-operator
helm-charts/verticadb-operator/templates/*.yaml
helm-charts/verticadb-operator/crds/*yaml
helm-charts/verticadb-webhook/templates/*.yaml
helm-charts/verticadb-webhook/crds/*
# Omit overlays files
config/overlays/
# Omit generated files we include in release artifacts
config/release-manifests
# bundle files are all auto generated, so omit them
docker-bundle/Dockerfile
bundle/
# Generated file from 'go generate'
cmd/operator/*.go-generate.txt