summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-07-17 14:04:02 +0530
committerSushobhit <31987769+sushobhit27@users.noreply.github.com>2018-07-17 14:50:56 +0530
commit7515c45ecd3db20c8a8196fdbfc696c4b56a9897 (patch)
tree2f7cb1621e4d309def9abc52221b4a6c4467595e /.gitignore
parent53c023dc2e4796dc530ae9b48ac0de2b4e7382b0 (diff)
downloadpylint-git-7515c45ecd3db20c8a8196fdbfc696c4b56a9897.tar.gz
add mypy_cache in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 67c70c4be..a652d9145 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ debian/pylint
.cache/
.eggs/
.pytest_cache/
+.mypy_cache/