diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2018-04-12 10:25:40 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2018-04-12 10:25:40 -0400 |
commit | 364b712118561bf8483945e8614ba073e64669e3 (patch) | |
tree | d600f4289fdffcce312bd63ec32605b27be44cbc /.gitignore | |
parent | b4cdb36187f409d9d93e95141b468a6c235c5e48 (diff) | |
download | mongo-364b712118561bf8483945e8614ba073e64669e3.tar.gz |
SERVER-23312 Add .mypy_cache to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a7c0815523..f1536f6140c 100644 --- a/.gitignore +++ b/.gitignore @@ -111,6 +111,9 @@ scratch /clientTest /httpClientTest +# Linters +.mypy_cache + #debian build-stamp configure-stamp |