Merge "Testing related items added to .gitignore"

This commit is contained in:
Jenkins 2014-02-13 09:37:18 +00:00 committed by Gerrit Code Review
commit 5192e7846a

10
.gitignore vendored
View File

@ -1,10 +1,8 @@
# Python files
.venv
*.pyc
/build/
/dist/
/tools/yyoomc
.coverage
*.egg-info
doc/source/sourcecode
@ -30,6 +28,14 @@ TAGS
pycharm-debug.egg
pycharm-debug.py
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.venv
cover
.testrepository
htmlcov
# Temp and status files
*.db