From 1896eb8c5f697f93bed993c0190f0f1b42d2c7f6 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Fri, 12 May 2017 13:47:06 +0700 Subject: [PATCH] Creating redundancy files when running tox After running tox -e py2, then there are many files named .coverage.*. They should not have in the result of "git status" command. Change-Id: I3ec3f9b8582f6a335ac42621c2273f6fb3433653 Closes-Bug: #1690002 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8abe6e01..d31e2e29 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ pip-log.txt cover .testrepository .coverage +.coverage.* .tox nosetests.xml coverage.xml