[Configuration] Clean up .gitignore files.

Fix the python compile files. Use the gitignore from the cookiecutter
project.

Change-Id: Ia8c2fd39e057967160825c672151f3132b2bf652
This commit is contained in:
Natal Ngétal 2019-01-22 14:48:47 +01:00
parent 7e20214802
commit e91a16ece6
1 changed files with 47 additions and 13 deletions

60
.gitignore vendored
View File

@ -9,21 +9,55 @@
#
# git config --global core.excludesfile '~/.gitignore'
# Bytecompiled Python
*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.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/
.coverage*
!.coveragerc
.tox
.stestr
.venv
# Translations
*.mo
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/source/api/
/doc/source/sample.config
# pbr generates these
AUTHORS
ChangeLog
*.egg*
*.pyc
*.log
.tox
.coverage*
cover
oslo.config.egg-info/
build/
doc/build/
doc/source/api/
dist/
/doc/source/sample.config
.stestr/
# Files created by releasenotes build
releasenotes/build
*.log