forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (48 loc) · 885 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
47
48
.idea
*.iml
tools/openapispec/openapispec
tools/crd-generator/crd-generator
tools/csv-generator/csv-generator
tools/doc-generator/doc-generator
tools/crd-validation-generator/crd-validation-generator
tools/resource-generator/resource-generator
tools/marketplace/marketplace
tools/manifest-templator/manifest-templator
tools/vms-generator/vms-generator
**/bin
bin/*
.vagrant
cluster/*/.kubeconfig
cluster/*/.kubectl
cluster/*/.oc
hack/config-provider-*
cluster/.console.vv
build-tools/desc/desc
hack/config-local.sh
tags
.GeneratedDockerfile
.gradle
hack/gen-swagger-doc/*.adoc
hack/gen-swagger-doc/*.md
hack/gen-swagger-doc/html5
cluster/local/certs
*.swp
*.pem
*.crt
*.csr
_out
exported-artifacts
vendor/**/*_test.go
**/polarion.xml
.coverprofile*
coverage.html
manifests/**/*.tmp
/bazel-*
/ci.bazelrc
_ci-configs/
.history
hack/builder/manifests/
*~
.bazeldnf/
user.bazelrc
.vscode/