diff options
author | Chandan Singh <chandan@chandansingh.net> | 2019-06-30 02:44:53 +0100 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2019-09-02 21:56:37 +0100 |
commit | 0515227530f37caad8f1d64ad80ad9b89f6e3f9d (patch) | |
tree | 2b3e2a3baf63f3a05a9f4b93e360925603d32ecb /.gitignore | |
parent | 419a3afbe6e774c9182001977874c8ea08a9f49d (diff) | |
download | buildstream-0515227530f37caad8f1d64ad80ad9b89f6e3f9d.tar.gz |
.gitignore: Add mypy cache directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 32496ce76..2a00671c8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ doc/source/buildstream.rst doc/source/buildstream.*.rst doc/build/ versioneer.pyc + +# mypy +.mypy_cache |