Update .gitignore

This commit is contained in:
Aron Griffis 2015-11-29 15:18:29 -05:00
parent 7ac78a0d40
commit aff4733058
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -26,8 +26,8 @@ MANIFEST
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
# Unit test
.cache
.tox
nosetests.xml
@ -48,4 +48,5 @@ docs/_build
# Coverage.
htmlcov
.coverage
.coverage.*
.tddium*