forked from cloud-barista/cb-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (61 loc) · 1.79 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.gz
*.pem
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.swp
*.pid
*_bak
*_old
*-old
*.cnf
*.crt
*.key
.DS_Store
*.log
cloud-driver-libs/.ssh-gcp/*
cloud-driver-libs/.ssh-aws/*
cloud-driver-libs/.ssh-aliyun/*
cloud-driver-libs/.ssh-tencent/*
cloud-driver-libs/.ssh-ncp/*
cloud-driver-libs/.ssh-nhn/*
cloud-driver-libs/.ssh-ktcloud/*
cloud-driver-libs/.vpc-ncp/*
cloud-driver-libs/.vpc-nhn/*
cloud-driver-libs/.vpc-kt/*
cloud-driver-libs/.securitygroup-kt/*
vendor/*
cloud-driver-libs/*.so
meta_db/*
cache/*
api-runtime/rest-runtime/~/go/src/github.com/cloud-barista/cb-spider/meta_db/dat/*
conf/store_conf.yaml
cloud-control-manager/cloud-driver/drivers/aws/main/log/cblogs.log
api-runtime/rest-runtime/log/cblogs.log
/.idea/
conf/config.yaml
bin/cb-spider
bin/cb-spider-dyna
cli/spctl
.history/
.vscode/
utils/clone-mc-meta-info/vm-image/data/*
utils/clone-mc-meta-info/vm-image/test/*
utils/clone-mc-meta-info/vm-image/az-data/*
cloud-control-manager/cloud-driver/drivers/azure/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/cloudit/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/ibm/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/ibmcloud-vpc/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/openstack/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/tencent/main/conf/testConfigTencent.yaml
cloud-control-manager/cloud-driver/drivers/ncp/main/config/config.yaml
cloud-control-manager/cloud-driver/drivers/ncpvpc/main/config/config.yaml
cloud-control-manager/cloud-driver/drivers/nhncloud/main/conf/config.yaml
cloud-control-manager/cloud-driver/drivers/ktcloud/main/config/config.yaml