karbor/.gitignore
Jeremy Liu 2a677c0390 Update .gitignore
We do not maintain files generated by local IDE, those should be added to
your local gitignore.

Change-Id: Ib0b95233d8e7f160ad5abed4fbb6a1f3475c61c1
2016-11-24 09:57:24 +00:00

53 lines
435 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
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
.log
# Translations
*.mo
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
releasenotes/build