summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-07 12:04:42 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-07 12:04:42 +0100
commit5135e0f35d913ef79d094820fa1098a98d1a6240 (patch)
tree70f83af923d6428704fac1afa5f902cf282cf5c3 /.gitignore
parent6d1e3fb2b7b9c96307394fdf3e7924f7d43e3558 (diff)
downloadqutebrowser-5135e0f35d913ef79d094820fa1098a98d1a6240.tar.gz
qutebrowser-5135e0f35d913ef79d094820fa1098a98d1a6240.zip
Add .pytest_cache to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 54a0dcae6..85233aa2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ __pycache__
/.tox
/testresults.html
/.cache
+/.pytest_cache
/.testmondata
/.hypothesis
/.mypy_cache