python-scciclient/.gitignore
Yushiro FURUKAWA 2ba631074d Fix coverage command for tox
This patch fixes to specify project name directly and ignores cover/
directory in running 'tox -e cover'.

Change-Id: I76ed822a6143269ea1bc75c04164262360cde30a
2018-09-18 12:52:00 +00:00

59 lines
465 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/*
.coverage
.tox
.stestr/
.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?
# Misc
*.idea