Codebase list cinder-tempest-plugin / 17c43c8c-14c7-4e1a-9afb-80741eda0b26/main .gitignore
17c43c8c-14c7-4e1a-9afb-80741eda0b26/main

Tree @17c43c8c-14c7-4e1a-9afb-80741eda0b26/main (Download .tar.gz)

.gitignore @17c43c8c-14c7-4e1a-9afb-80741eda0b26/mainraw · history · blame

*.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*
!.coveragerc
.tox
nosetests.xml
.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?

# Files created by releasenotes build
releasenotes/build