castellan/.gitignore
Jeremy Liu cc5da0be77 Update .gitignore
update .gitignore to ignore files generated by Pycharm

Change-Id: I98148951ea883676a78718a34d88cfb6549eaaca
2016-10-15 21:27:51 +08:00

63 lines
606 B
Plaintext

*.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
.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