forked from kubernetes-sigs/cluster-api-provider-cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (41 loc) · 787 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
49
50
51
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*
nginx.conf
nginx.conf.bak
pkg/mocks/*
pkg/cloud/gomock_reflect_*
!pkg/mocks/.keep
# Various build/test artifacts.
.tiltbuild
*log
*flag.mk
out
.build
.DS_Store
_artifacts
# CAPI used with Tilt.
cluster-api
# Ignore output of Makefile sed operations created when generating manifests.
config/default/manager_image_patch_edited.yaml
# Ignore output of e2e kustomization of templates.
test/e2e/data/infrastructure-cloudstack/v1beta*/*yaml
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# ACS Credentials file.
cloud-config
cloud-config.yaml
# Editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
examples/*
hack/tools/share/*