Files
wasmtime/.gitignore
Jakob Stoklund Olesen 7a1ba057e4 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.
2017-05-08 13:28:49 -07:00

11 lines
83 B
Plaintext

*.pyc
*.bk
*.swp
*.swo
tags
target
Cargo.lock
.*.rustfmt
cretonne.dbg*
.mypy_cache