tools: Add .gitignore.

This commit is contained in:
Rohitt Vashishtha 2017-07-07 01:33:25 +05:30 committed by Tim Abbott
parent 7910d8767a
commit 71b43e4d3e

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject