forked from kubernetes-sigs/cluster-api-provider-ibmcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (28 loc) · 808 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
# temporay files
*.swp
# binaries
bin/
cmd/clusterctl/clusterctl
cmd/manager/manager
# command generated files
kubeconfig
cmd/clusterctl/kubeconfig
# scripts outputs
cmd/clusterctl/examples/ibmcloud/out/
cmd/clusterctl/examples/ibmcloud/cluster-api-0.1.4
cmd/clusterctl/examples/ibmcloud/v0.1.4.tar.gz
cmd/clusterctl/examples/ibmcloud/clouds.yaml
cmd/clusterctl/examples/ibmcloud/provider-component/clouds-secrets/configs
cmd/clusterctl/examples/ibmcloud/provider-component/user-data/ubuntu/master-user-data.sh
cmd/clusterctl/examples/ibmcloud/provider-component/user-data/ubuntu/worker-user-data.sh
# test coverage out
cover.out
# JUnit test output from ginkgo unit tests
junit*.xml
# dep ensured 3rd code
vendor/sigs.k8s.io/cluster-api/docs/book/*.json
# tilt
.tiltbuild
# release
_artifacts/
out/