2018-10-15 11:46:08 +08:00
|
|
|
# Add patterns in here to exclude files created by tools integrated with this
|
|
|
|
# repository, such as test frameworks from the project's recommended workflow,
|
|
|
|
# rendered documentation and package builds.
|
|
|
|
#
|
|
|
|
# Don't add patterns to exclude files created by preferred personal tools
|
|
|
|
# (editors, IDEs, your operating system itself even). These should instead be
|
|
|
|
# maintained outside the repository, for example in a ~/.gitignore file added
|
|
|
|
# with:
|
|
|
|
#
|
|
|
|
# git config --global core.excludesfile '~/.gitignore'
|
|
|
|
|
2019-01-22 14:48:47 +01:00
|
|
|
# Bytecompiled Python
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
2015-07-17 09:09:18 -07:00
|
|
|
*.egg*
|
2019-01-22 14:48:47 +01:00
|
|
|
*.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/
|
2018-01-12 15:04:02 +00:00
|
|
|
.mypy_cache/
|
2016-04-12 17:19:12 +00:00
|
|
|
.coverage*
|
2019-01-22 14:48:47 +01:00
|
|
|
!.coveragerc
|
|
|
|
.tox
|
|
|
|
.stestr
|
|
|
|
.venv
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Complexity
|
|
|
|
output/*.html
|
|
|
|
output/*/index.html
|
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
doc/build
|
2013-02-09 15:36:08 -05:00
|
|
|
doc/source/api/
|
2015-08-10 15:05:28 -04:00
|
|
|
/doc/source/sample.config
|
2019-01-22 14:48:47 +01:00
|
|
|
|
|
|
|
# pbr generates these
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
2019-07-07 02:41:35 +08:00
|
|
|
doc/source/reference/api
|
2016-02-18 11:39:00 +00:00
|
|
|
|
|
|
|
# Files created by releasenotes build
|
|
|
|
releasenotes/build
|
2019-07-07 02:41:35 +08:00
|
|
|
releasenotes/notes/reno.cache
|
|
|
|
RELEASENOTES.rst
|
2019-01-22 14:48:47 +01:00
|
|
|
|
|
|
|
*.log
|