From be79acbc988fbaf99f39b1ccb6b0cae95e6698ce Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Mon, 23 Jul 2018 13:44:06 +0200 Subject: [PATCH] Ignore files produced by tox-cover The coverage report produced by 'tox -e cover' should be ignored. Change-Id: I5cdf297720b2437ccb3bc31d94e0d8c0b47395ae --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 018b0f7cd..af5a597cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.egg *.egg-info *.pyc +.coverage .stestr .test .testrepository @@ -9,6 +10,7 @@ AUTHORS build/* ChangeLog config +cover doc/build/* zuul/versioninfo dist/