diff options
author | Ekin Dursun <ekindursun@gmail.com> | 2018-04-30 22:10:45 +0300 |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-04-30 12:10:45 -0700 |
commit | 5a49ca61d2f00941c304b2390af8a927bf1c4a77 (patch) | |
tree | a1b7c0879edfb606a1c6b9149fa6b86fcc6f247b /.gitignore | |
parent | bpo-33254: do not return an empty list when asking for the contents of a name... (diff) | |
download | cpython-5a49ca61d2f00941c304b2390af8a927bf1c4a77.tar.gz cpython-5a49ca61d2f00941c304b2390af8a927bf1c4a77.tar.bz2 cpython-5a49ca61d2f00941c304b2390af8a927bf1c4a77.zip |
Add mypy cache to gitignore (GH-6614)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 58f8bf72f2b..215d7f526f4 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ Tools/ssl/win32 .vs/ .vscode/ gmon.out +.mypy_cache/ |