-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
51 lines (42 loc) · 954 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
# Ignore builds
dist/
bin/
lib/
.push-wcr*
.container-wcr*
.push-iad*
.container-iad*
.DS_store
settings.json
istio*
test/system/runner.log
test/system/terraform/cluster/.terraform/
test/system/terraform/cluster/ansible_hosts
test/system/terraform/cluster/mysql-operator-*-admin.conf
test/system/terraform/cluster/mysql-operator-*-source.sh
test/system/terraform/cluster/master
test/system/terraform/cluster/master.pub
test/system/terraform/cluster/terraform.tfstate
test/system/terraform/cluster/terraform.tfstate.backup
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.pyc
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
**/*~
# test generated file
test/e2e/manifests/e2e-mysql-operator-controller.yaml
e2e-tests/_artifacts/
# Vim
*.sw[op]
.go
# Goland
.idea
*.iml