db3d46a7d3
Use stestr for tests. Also clean tox.ini and add check for flake8 H106: Don't put vim configuration in source files. Change-Id: Ia76961a091688372c6df363d5e1dcb29ff0f39bf
74 lines
827 B
Plaintext
74 lines
827 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# test-bifrost log output
|
|
logs
|
|
|
|
#Files created by release notes generation
|
|
releasenotes/build
|
|
|
|
# Ansible retry files
|
|
*.retry
|
|
|
|
# Ansible modules that may be downloaded during env-setup.sh
|
|
playbooks/library/os_ironic.py
|
|
playbooks/library/os_ironic_node.py
|
|
playbooks/library/os_ironic_inspect.py
|
|
playbooks/library/os_keystone_service.py
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|