From aff47330587083fe6859fb0f805000655b674f59 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sun, 29 Nov 2015 15:18:29 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bfd108..e6baa33 100644 --- a/.gitignore +++ b/.gitignore @@ -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*