Ignore .mypy_cache

A recent mypy update started writing the .mypy_cache directory which we
don't want under version control. The cache is only used by the
experimental "mypy --incremental" mode which we don't use, but it is
always written anyway.
This commit is contained in:
Jakob Stoklund Olesen
2017-05-08 12:24:32 -07:00
parent 8cd67f08a9
commit 7a1ba057e4

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ target
Cargo.lock
.*.rustfmt
cretonne.dbg*
.mypy_cache