aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1e570c18b702edb84148b5d8835135bf7f573add (plain)
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
# Common
.DS_Store
.vscode
*-workspace
.tox/
.*.swp
*.log
coverage.html
docs/build

# Directories
pkg
bin
target
src/github.com
src/golang.org
src/k8splugin/vendor
src/k8splugin/.vendor-new/
src/k8splugin/kubeconfig/*
deployments/k8plugin

# Binaries
*.so
src/k8splugin/csar/mock_plugins/*.so
src/k8splugin/plugins/**/*.so

# Tests
*.test
*.out

# KRD
.vagrant/
vagrant/inventory/hosts.ini
vagrant/inventory/artifacts
vagrant/inventory/group_vars/all.yml
vagrant/config/pdf.yml
vagrant/sources.list
*.retry
*.vdi