pbr/.gitignore
Jeremy Stanley 175fad9af9 Add Release Notes to documentation
We're building the sdist to be able to add PBR's changelog in its
docs, so may as well publish the Release Notes document it builds
too.

Change-Id: Icd1b4ae04de8034bc15db87be457751e70e26f6d
2020-08-11 21:20:17 +00:00

41 lines
383 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
doc/source/reference/api/
# Files created by releasenotes build
releasenotes/build
releasenotes/notes/reno.cache
RELEASENOTES.rst
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Other
.stestr/
.tox
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
# Editor files
*~
*.swp