forked from cloudfoundry/diego-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (50 loc) · 882 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
52
53
.DS_Store
.blobs/
blobs/
.dev_builds/
dev_releases/
config/dev.yml
config/private.yml
/*.yml
stub.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
*~
*#
#*
/.drone.yml
/cf-release
/deployments-runtime
/*.tgz
/bin/
/pkg/
.hg
.bzr
diego.sublime-workspace
# 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/vizzini
src/github.com/cloudfoundry-incubator/veritas
src/golang.org/x/tools
# CATS for locally running tests
src/github.com/cloudfoundry/cf-acceptance-tests/
tags