2018-10-15 11:47:25 +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'
|
|
|
|
|
2011-07-26 09:05:53 -04:00
|
|
|
*.pyc
|
2011-09-07 17:05:16 +05:30
|
|
|
*.log
|
2011-09-14 15:52:30 +05:30
|
|
|
.coverage
|
2012-02-06 09:49:09 -05:00
|
|
|
.venv
|
|
|
|
.tox
|
2011-11-30 19:14:47 -06:00
|
|
|
cover/
|
2011-09-07 17:05:16 +05:30
|
|
|
.openstack-common-venv/
|
|
|
|
skeleton.egg-info/
|
|
|
|
build/
|
|
|
|
dist/
|
2012-09-28 15:57:15 -04:00
|
|
|
AUTHORS
|
|
|
|
.update-venv/
|
|
|
|
ChangeLog
|
|
|
|
*.egg
|
2019-04-09 16:49:11 -05:00
|
|
|
*.eggs
|
2018-07-12 14:27:07 +07:00
|
|
|
.stestr/
|
2019-12-18 10:58:06 +00:00
|
|
|
RELEASENOTES.rst
|
|
|
|
releasenotes/notes/reno.cache
|
2014-05-19 17:08:24 -05:00
|
|
|
oslo.db.egg-info/
|
2017-07-01 01:07:04 +08:00
|
|
|
doc/source/reference/api
|
2020-02-03 18:04:11 +01:00
|
|
|
RELEASENOTES.rst
|
|
|
|
releasenotes/notes/reno.cache
|