]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: add .gitignore for tox related files 48620/head
authorMichael Fritch <mfritch@suse.com>
Tue, 25 Oct 2022 17:02:54 +0000 (11:02 -0600)
committerMichael Fritch <mfritch@suse.com>
Tue, 25 Oct 2022 17:07:18 +0000 (11:07 -0600)
ignore files created by a run of `tox -e coverage`

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/.gitignore [new file with mode: 0644]

diff --git a/src/cephadm/.gitignore b/src/cephadm/.gitignore
new file mode 100644 (file)
index 0000000..8d15290
--- /dev/null
@@ -0,0 +1,6 @@
+# tox related
+.coverage*
+htmlcov
+.tox
+coverage.xml
+.mypy_cache