-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
75 lines (69 loc) · 1.35 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
73
74
75
.DS_Store
.blobs/
blobs/
.dev_builds/
dev_releases/
config/dev.yml
config/private.yml
.final_builds/jobs/**/*.tgz
.final_builds/packages/**/*.tgz
releases/*.tgz
src_alt
output/
tmp/
releases/**/*.tgz
dev_releases
.blobs
blobs
.dev_builds
.idea
*.swp
*~
*#
#*
*.iml
/.drone.yml
/cf-release
/deployments-runtime
/*.tgz
/bin/
/pkg/
.hg
.bzr
diego.sublime-workspace
diego-certs/
# go tooling
src/code.google.com/p/go.tools/
src/code.google.com/p/goplan9/
src/code.google.com/p/rog-go/
src/github.com/jstemmer/
src/github.com/nsf/
src/github.com/pivotal-cf-experimental
src/github.com/cloudfoundry-incubator/spiff
src/github.com/onsi/grace
src/github.com/cloudfoundry-incubator/fezzik
src/github.com/cloudfoundry-incubator/veritas
src/golang.org/x/tools
src/github.com/bradfitz/goimports
src/github.com/golang/lint
src/github.com/kisielk/errcheck
src/github.com/kisielk/gotool
src/github.com/square
src/github.com/dougm/
src/github.com/rogpeppe/
src/github.com/godoctor/
src/github.com/lwoydziak/
# gosub and friends
src/github.com/vito/gosub
# lol bet you were looking for this
src/github.com/codegangsta/cli
# certs suite for locally running tests
src/code.cloudfoundry.org/volume_driver_cert/
src/code.cloudfoundry.org/results/
tags
.tags
# PATS test output
src/code.cloudfoundry.org/results/
# locally generated manifest file
localvolume-boshlite-manifest.yml
runtime-config.yml