aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2019-10-10 10:34:01 -0700
committerAndy Lutomirski <luto@kernel.org>2019-10-10 10:34:01 -0700
commit30a942998597814c0961a7921b6e6b28b934c49c (patch)
tree1db0ab9785d838fb393cf6db21ff17dcef1e0d19
parent3345a7a76e773ceba1334759e25b35e6d656fb34 (diff)
downloadvirtme-30a942998597814c0961a7921b6e6b28b934c49c.tar.gz
Update .gitignore for mypy
Signed-off-by: Andy Lutomirski <luto@kernel.org>
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 295930d..0883572 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
__pycache__
build
-dist \ No newline at end of file
+dist
+.mypy_cache \ No newline at end of file