From 68b0ab589175b07fb4b5570ae267f00d09f2a084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 May 2020 15:50:20 +0200 Subject: [PATCH] gitignore: ignore mypy cache mypy is occasionally useful for checking python scripts. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d18705531..f47de39f3d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ .config.args .gdb_history .deps/ +.mypy_cache/ +__pycache__/ /*.gcda /*.gcno /*.tar.bz2 @@ -34,4 +36,3 @@ /mkosi.builddir/ /mkosi.output/ /tags -__pycache__/