diff options
author | Maxim Devaev <[email protected]> | 2022-03-31 12:06:52 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-31 12:06:52 +0300 |
commit | 5d1788cb444f81a2083cb87596148c4b4099a167 (patch) | |
tree | 84669b2629301dc5c08484a55a3a6c3bb7f2d1d0 | |
parent | 0dea368d72e5980408b4c22d82a2c0f7f9b2447a (diff) |
gitignored all coverages by wildcard
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ /config.mk /testenv/.tox/ /testenv/.mypy_cache/ -/testenv/.coverage +/testenv/.coverage* /testenv/run/*.sock /testenv/run/*.pid /testenv/.ssl/ |