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
This commit is contained in:
Ben Nemec 2016-04-12 17:19:12 +00:00
parent 1d73522b30
commit 25926d2e2f
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ ChangeLog
*.pyc
*.log
.tox
.coverage
.coverage*
cover
oslo.config.egg-info/
build/