diff options
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index c8b0e67fe6..904f324bb1 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -15,3 +15,8 @@ qemu.egg-info/ .venv/ .tox/ .dev-venv/ + +# Coverage.py reports +.coverage +.coverage.* +htmlcov/ |