deb-python-senlinclient/.gitignore
jonnary 38a45cedae Add AUTHORS and ChangeLog into gitignore
AUTHORS and ChangeLog always appear in python-senlinclient.
Add these two files into gitignore.

Change-Id: Idcaaef5f3cf107e4d4e3ef87fe976dc2092c1a1f
2016-10-27 00:30:19 +00:00

67 lines
815 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*.eggs
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
cover/
htmlcov/
.tox/
.coverage
.cache
.testrepository
nosetests.xml
coverage.xml
# Translations
*.mo
# Django stuff:
*.log
# Sphinx documentation
doc/build/
# PyBuilder
target/
# Files created by releasenotes build
releasenotes/build
# pbr generated files
AUTHORS
ChangeLog
# swap file
*.swp