Update gitignore

Ignore:
1. UT coverage reports
2. PyCharm files

Change-Id: I02cd98625cc5c95d02f2327e434318e490e2c815
This commit is contained in:
Ruslan Kamaldinov 2014-11-14 03:30:29 +03:00
parent f68368fb68
commit 66ad4f64ae

4
.gitignore vendored
View File

@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover
.tox
nosetests.xml
.testrepository
@ -35,6 +36,9 @@ nosetests.xml
.project
.pydevproject
#IntelJ Idea
.idea/
# Complexity
output/*.html
output/*/index.html