diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-26 13:37:39 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-31 04:27:59 -0400 |
commit | b6fa7fe350df8155caf9ebe16675e7924020eb7b (patch) | |
tree | 3a016a9652faaf4ae3fa0329f907ab0149624731 /.gitignore | |
parent | 371dadfbbc35abfcd41c41b6e92745d87bd48cd5 (diff) | |
download | haskell-b6fa7fe350df8155caf9ebe16675e7924020eb7b.tar.gz |
gitignore: Add .mypy_cache
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 08485567fb..0515aede6a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ Thumbs.db *.dyn_o *.dyn_hi __pycache__ +.mypy_cache *.SYMDEF* log |