summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-02 18:01:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-02 18:55:51 +0200
commit3b2da9e873838499e6aca06031af75754c776bef (patch)
tree877fbe87cbd9686e5b420bed2a8d62afd4f005ee /.gitignore
parent45a2be3f9f32f900c0b567998433d43055f722e2 (diff)
downloadqutebrowser-3b2da9e873838499e6aca06031af75754c776bef.tar.gz
qutebrowser-3b2da9e873838499e6aca06031af75754c776bef.zip
Update .gitignore
emacs' flycheck seems to create .mypy_cache in subdirs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2f5c25116..aa5b853f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,7 @@ __pycache__
/.pytest_cache
/.testmondata
/.hypothesis
-/.mypy_cache
+.mypy_cache
/prof
/venv
TODO