deb-python-castellan/.gitignore
Jeremy Liu 568be4abb8 Update .gitignore
The `.eggs` directory is generated by command `python setup.py install`,
better put it into .gitignore.

Change-Id: I86150764ab9cf67f5af1d75655085de39a0345c2
2017-02-12 14:51:28 +00:00

64 lines
612 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
.eggs
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
cover
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Pycharm
.idea
*.iml
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# generated configuration files
etc/castellan/castellan.conf.sample
etc/castellan/castellan-functional.conf.sample