From: Kristoffer Grönlund Date: Mon, 24 Feb 2020 13:04:29 +0000 (+0100) Subject: .gitignore: Add .mypy-cache to .gitignore X-Git-Tag: v15.1.1~269^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33510%2Fhead;p=ceph.git .gitignore: Add .mypy-cache to .gitignore Ignore the mypy cache directory. Signed-off-by: Kristoffer Grönlund --- diff --git a/.gitignore b/.gitignore index 149ec0f24993..985b348442b5 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,7 @@ GTAGS /src/pybind/mgr/dashboard/frontend/src/environments/environment.ts /src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts /src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf + +# mypy cache +.mypy_cache/ +