Update .gitignore
The .gitignore was regenerated starting from the version in oslo-incubator, which is where oslo.policy came from. Change-Id: I4c9518d4d1efbf3506dc6f7a9de17b221f844b55
This commit is contained in:
parent
14c680b807
commit
f6f8dfa59a
62
.gitignore
vendored
62
.gitignore
vendored
@ -1,50 +1,22 @@
|
|||||||
*.py[cod]
|
*~
|
||||||
|
*.swp
|
||||||
# C extensions
|
*.pyc
|
||||||
*.so
|
*.log
|
||||||
|
|
||||||
# Packages
|
|
||||||
*.egg
|
|
||||||
*.egg-info
|
|
||||||
dist
|
|
||||||
build
|
|
||||||
eggs
|
|
||||||
parts
|
|
||||||
bin
|
|
||||||
sdist
|
|
||||||
develop-eggs
|
|
||||||
.installed.cfg
|
|
||||||
lib
|
|
||||||
lib64
|
|
||||||
|
|
||||||
# Installer logs
|
|
||||||
pip-log.txt
|
|
||||||
|
|
||||||
# Unit test / coverage reports
|
|
||||||
.coverage
|
.coverage
|
||||||
|
.venv
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
cover/
|
||||||
.testrepository
|
oslo.policy.egg-info/
|
||||||
|
build/
|
||||||
# Translations
|
dist/
|
||||||
*.mo
|
doc/source/api
|
||||||
|
AUTHORS
|
||||||
# Mr Developer
|
.update-venv/
|
||||||
.mr.developer.cfg
|
ChangeLog
|
||||||
|
openstack/versioninfo
|
||||||
|
*.egg
|
||||||
|
.testrepository/
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
*.mo
|
||||||
# Complexity
|
|
||||||
output/*.html
|
|
||||||
output/*/index.html
|
|
||||||
|
|
||||||
# Sphinx
|
|
||||||
doc/build
|
doc/build
|
||||||
|
|
||||||
# pbr generates these
|
|
||||||
AUTHORS
|
|
||||||
ChangeLog
|
|
||||||
|
|
||||||
# Editors
|
|
||||||
*~
|
|
||||||
.*.swp
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user