bugfix: update references to helm stable repo
[infra/stack/kubernetes.git] / .gitignore
1 # Packages
2 # it's better to unpack these files and commit the raw source
3 # git has its own built in compression methods
4 *.7z
5 *.dmg
6 *.gz
7 *.iso
8 *.jar
9 *.rar
10 *.tar
11 *.zip
12
13 # OS generated files
14 .DS_Store
15 .DS_Store?
16 ._*
17 .Spotlight-V100
18 .Trashes
19 ehthumbs.db
20 Thumbs.db
21
22 # Distribution / packaging
23 .Python
24 env/
25 build/
26 develop-eggs/
27 dist/
28 downloads/
29 eggs/
30 .eggs/
31 lib/
32 lib64/
33 parts/
34 sdist/
35 wheels/
36 *.egg-info/
37 .installed.cfg
38 *.egg
39 .venv
40 venv/
41
42 # Unit test / coverage reports
43 htmlcov/
44 .tox/
45 .coverage
46 .coverage.*
47 .cache
48 nosetests.xml
49 coverage.xml
50 *.cover
51 .hypothesis/
52
53 # Logs and other temporary files
54 *.log
55 *.retry
56 *.swp
57
58 # track these files, if they exist
59 !.gitignore
60
61 # engine temporary files
62 engine/inventory/inventory.ini
63 engine/inventory/bifrost_inventory.py
64 engine/inventory/group_vars/all/pdf.yaml
65 engine/inventory/group_vars/all/idf.yaml