5622afa5a4
When creating code coverage report using "./run_tests.sh -c" command a covhtml directory with results is created. This commit adds it to the .gitignore file. Change-Id: I55595d6983c932e6dae0520d70bd90d4973eeb6f
18 lines
179 B
Plaintext
18 lines
179 B
Plaintext
/.*
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
.*.sw?
|
|
subunit.log
|
|
*,cover
|
|
cover
|
|
covhtml
|
|
*.pyc
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
build
|
|
dist
|
|
cinderclient/versioninfo
|
|
python_cinderclient.egg-info
|