7c9a856918
Change-Id: Ifc82fc06858a4e5a2badef074cd6bb5ce4e216cb
81 lines
824 B
Plaintext
81 lines
824 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
|
|
.stestr/
|
|
.venv
|
|
.idea
|
|
.testrepository/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
doc/source/api/*
|
|
doc/source/samples
|
|
doc/source/_static/*.sample
|
|
!doc/source/api/index.rst
|
|
!doc/source/api/v1.rst
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
sftp-config.json
|
|
/.idea/
|
|
/cover/
|
|
.settings/
|
|
.eclipse
|
|
|
|
cover
|
|
/demo/
|
|
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Desktop Service Store
|
|
*.DS_Store
|
|
|
|
# Autogenerated sample config file
|
|
etc/watcher/watcher.conf.sample
|
|
|
|
# Atom
|
|
.remote-sync.json
|