summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2017-07-28 10:26:00 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2017-07-28 10:26:00 +0200
commit7fd7fa3f6ff88ac220bebc9ec1922ca81ad5225b (patch)
treedf4c4c0ae6d0988c1fcfbf0e71d21eb8d505c78c /.gitignore
parent5da0118953d9deaf7a6c33c42d4dc3adae7232ea (diff)
downloadzuul-7fd7fa3f6ff88ac220bebc9ec1922ca81ad5225b.tar.gz
Ignore .mypy_cache
This folder is now generate by the mypy tests. Change-Id: I90ba009e977df75f53904878ba4715c0be3b499f
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a2dd0a38b..d7e2fac65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.egg-info
*.pyc
.idea
+.mypy_cache
.test
.testrepository
.tox