From: Ben Darnell Date: Sun, 24 Apr 2016 16:17:21 +0000 (-0400) Subject: Add .mypy_cache to gitignore X-Git-Tag: v4.4.0b1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc87190c5068e1febedbd176b367e2944e4a9e1d;p=thirdparty%2Ftornado.git Add .mypy_cache to gitignore --- diff --git a/.gitignore b/.gitignore index 4d7fa457a..968938d70 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ MANIFEST /env/ # Used in demo apps secrets.cfg +.mypy_cache/