From 25926d2e2f333de84f92737b3bd32c2c9583365c Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 12 Apr 2016 17:19:12 +0000 Subject: [PATCH] Add * to .coverage in .gitignore I'm seeing a bunch of .coverage.openstack.novalocal.29039.104933 files in my source directory after running unit tests. Change-Id: I354c6a7e47d9267a48f117e1c7f73fcd9e7cc1fb --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed7d0545..5d439eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ ChangeLog *.pyc *.log .tox -.coverage +.coverage* cover oslo.config.egg-info/ build/