b869fabba1
This patchset adds "helm-toolkit" to .gitignore. As that folder has been migrated to OSH-infra, this allows developers to conveniently symlink to the folder in OSH-infra without the risk of checking such symlink into this repository. Change-Id: Idb475896625ab310812bf7043e020c0c2847156f Signed-off-by: Tin Lam <tin@irrational.io>
78 lines
729 B
Plaintext
78 lines
729 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
cover/
|
|
.coverage*
|
|
!.coveragerc
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Dev tools
|
|
.idea/
|
|
**/.vagrant
|
|
**/*.log
|
|
|
|
# Helm internals
|
|
*.lock
|
|
*/*.lock
|
|
*.tgz
|
|
**/*.tgz
|
|
**/_partials.tpl
|
|
**/_globals.tpl
|
|
|
|
# Gate and Check Logs
|
|
logs/
|
|
tmp/
|
|
|
|
# Developer symlinks
|
|
helm-toolkit
|