From e6851126dd8bef18ceec89504eb50f8d138ce291 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Wed, 13 Jun 2018 11:41:59 -0500 Subject: [PATCH] Add .stestr and cover to .gitignore This adds the .stestr and cover directories to .gitignore, as they are now being output to due to recent testing changes. Change-Id: I5d5d0fc6c4022e6189b87213408817c227d817ee --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8e34227..eb372f15 100644 --- a/.gitignore +++ b/.gitignore @@ -41,12 +41,14 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ +.stestr .coverage .coverage.* .cache nosetests.xml coverage.xml *,cover +cover .hypothesis/ # Translations