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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48620%2Fhead;p=ceph.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 000000000000..8d1529027467 --- /dev/null +++ b/src/cephadm/.gitignore @@ -0,0 +1,6 @@ +# tox related +.coverage* +htmlcov +.tox +coverage.xml +.mypy_cache