From b71669a826a4340670eb5f254aa95d3249dfd79c Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 11 May 2016 17:32:55 +0100 Subject: [PATCH] Add "cover" to .gitignore This patch is adding "cover" to the .gitignore file since we should keep track of results of tests coverage. Change-Id: I0ec638d586a65c319b51da530090e7718442869b --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e625780..9c612cf 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ pip-log.txt # Unit test / coverage reports .coverage +cover .tox nosetests.xml .testrepository