Skip to content

Commit be4c111

Browse files
arschlesAaron Schlesinger
authored andcommitted
Initial commit
1 parent 858afb2 commit be4c111

1 file changed

Lines changed: 19 additions & 39 deletions

File tree

.gitignore

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,24 @@
1-
*.py[cod]
1+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2+
*.o
3+
*.a
4+
*.so
25

3-
# Packages
4-
*.egg
5-
*.egg-info
6-
dist
7-
build
8-
eggs
9-
parts
10-
var
11-
sdist
12-
develop-eggs
13-
.installed.cfg
14-
lib
15-
lib64
6+
# Folders
7+
_obj
8+
_test
169

17-
# Deis' config file
18-
controller/deis/local_settings.py
19-
controller/.secret_key
10+
# Architecture specific extensions/prefixes
11+
*.[568vq]
12+
[568vq].out
2013

21-
# local binaries, installers, and artifacts
22-
client/deis
23-
client/client
24-
client/deis.exe
25-
client/*.run
26-
client/makeself/
27-
_dist/
28-
manifests/*.tmp.yml
29-
_tests/_tests.test
30-
_tests/example-*/
14+
*.cgo1.go
15+
*.cgo2.c
16+
_cgo_defun.c
17+
_cgo_gotypes.go
18+
_cgo_export.*
3119

32-
# coverage reports
33-
.coverage
34-
coverage.out
35-
htmlcov/
20+
_testmain.go
3621

37-
# python virtual environments for testing
38-
venv/
39-
40-
# vendored go source code
41-
vendor/
42-
43-
# generated bintray scripts during ci
44-
client/_scripts/ci/bintray-ci.json
22+
*.exe
23+
*.test
24+
*.prof

0 commit comments

Comments
 (0)