From: Michael Fritch Date: Tue, 25 Oct 2022 17:02:54 +0000 (-0600) Subject: cephadm: add .gitignore for tox related files X-Git-Tag: v18.1.0~956^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=22cda67c6ed2e5b694c4c5999196322c4928c1c7;p=ceph-ci.git cephadm: add .gitignore for tox related files ignore files created by a run of `tox -e coverage` Signed-off-by: Michael Fritch --- diff --git a/src/cephadm/.gitignore b/src/cephadm/.gitignore new file mode 100644 index 00000000000..8d152902746 --- /dev/null +++ b/src/cephadm/.gitignore @@ -0,0 +1,6 @@ +# tox related +.coverage* +htmlcov +.tox +coverage.xml +.mypy_cache