3d99d4753f
These files should be generated by tools and should not be added to the repository. Change-Id: Iecce1495b98251a90bd2d4444f9d8a9d05c545f0
49 lines
457 B
Plaintext
49 lines
457 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/contributor/api/
|
|
doc/source/_static/*.sample
|
|
|
|
# release notes build
|
|
releasenotes/build
|
|
|
|
# generated config files
|
|
example.conf
|
|
policy.yaml.sample
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
.eggs/
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|