]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.gitignore: Add .mypy-cache to .gitignore 33510/head
authorKristoffer Grönlund <kgronlund@suse.com>
Mon, 24 Feb 2020 13:04:29 +0000 (14:04 +0100)
committerKristoffer Grönlund <kgronlund@suse.com>
Mon, 24 Feb 2020 13:04:29 +0000 (14:04 +0100)
Ignore the mypy cache directory.

Signed-off-by: Kristoffer Grönlund <kgronlund@suse.com>
.gitignore

index 149ec0f24993eb1657afdff39b43602241bb78c1..985b348442b5684b82e6d481665329ba53d25dd0 100644 (file)
@@ -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/
+