52f6591f70
This PS updates the .gitignore to not add the files commonly used for htk development by default. Change-Id: Ic7b3711c3311ecef43b55342ae487078b5e004de Signed-off-by: Pete Birley <pete@port.direct>
80 lines
813 B
Plaintext
80 lines
813 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/
|
|
tools/gate/local-overrides/
|
|
playbooks/*.retry
|
|
|
|
# Helm-toolkit dev
|
|
helm-toolkit/templates/test.yaml
|
|
helm-toolkit/values.yaml
|