From 5debe1b18a86fac6453db80b225fe44284618154 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 6 Jul 2016 10:08:56 -0700 Subject: [PATCH] Add coverage generated files to .gitignore These are created when one runs tox -ecover Change-Id: I1f3808977875c60025edbf505dbdd1063cc335e0 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6a97ec..f57da5b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ lib64 pip-log.txt # Unit test / coverage reports -.coverage +.coverage* +cover/ .tox nosetests.xml .testrepository @@ -49,4 +50,4 @@ ChangeLog # Editors *~ .*.swp -.*sw? \ No newline at end of file +.*sw?