forked from pingcap/tidb-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (42 loc) · 833 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
bin/
images/tidb-operator/bin/
images/tidb-operator-e2e/bin/
images/tidb-operator-e2e/tidb-cluster/
images/tidb-operator-e2e/tidb-operator/
tests/images/stability-test/bin/
tests/images/e2e/bin/
tests/images/fault-trigger/bin/
tests/images/e2e/tidb-cluster/
tests/images/e2e/tidb-backup/
tests/images/e2e/tidb-drainer/
tests/images/e2e/tidb-operator/
tests/images/e2e/manifests/
*.tar
tmp/
data/
.idea
*.iml
cscope.files
tags
filenametags
# ginkgo test coverage
*.coverprofile
coverage.txt
coverage.out
coverage.html
# retool. We could check this in like a vendor
# But it is just tools that can be installed with make setup
vendor
tests/e2e/e2e.test
.orig
apiserver.local.config/
/tkctl
/.go-version
kubeconfig
# local output directory
/output/
# kubetest2 default artifacts directory
/_artifacts/
.DS_Store
# VSCode
.vscode/