-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
80 lines (80 loc) · 909 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*~
*#
.bak
/bin/
build
/build
.cache
*,cover
.coverage
.coverage.*
coverage.xml
dist
doc/_build
.doctrees
*.DS_Store
*.egg-info
/etc/
*_flymake.py
htmlcov/
.hypothesis/
.idea
*.idea
*.iml
/include/
junit*.xml
.kitchen
.kitchen.local.yml
/lib/
/lib64/
/local/
/logs
MANIFEST
metadata.json
*.mo
nosetests.xml
.orig
/pip/
pkg/
/.project
*.pyc
__pycache__/
*$py.class
*.py[co]
*.py[cod]
/.pydevproject
/root/**
/.ropeproject
.ropeproject
.ruby-version
/salt/_syspaths.py
/.settings
/share/
/src
*.sublime-project
*.sublime-workspace
.*.sw?
*.swo
*.swp
_syspaths.py
tags
tests/build/
/tests/cachedir/
tests/integration/cloud/providers/logs
tests/integration/cloud/providers/pki/minions
tests/integration/files/conf/grains
/tests/integration/tmp/
/tests/unit/templates/roots/
tests/unit/templates/roots
*.tmp
top.sls
.tox/
.vagrant/
**/.vagrant
**/Vagrantfile
/var/
varstack.egg-info
vendor
_version.py
*.wpr
*.wpu