proliantutils/.gitignore
Dirk Mueller 266434b92b Remove checked in copy of the ChangeLog
This ChangeLog is automatically generated from git commits
based on the tool called PBR which is used in this project.

Maintaining a checked in copy is not necessary as it is
being overwritten by the generated version on the "setuptools
sdist" step.

Change-Id: I2ef4e84dca3a2a790e00c22c649bdbb6c4fdc075
2019-07-11 06:09:12 +00:00

63 lines
636 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.eggs
# C extensions
*.so
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
.testrepository/
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# PBR autogenerated
AUTHORS
ChangeLog