From abda93db5ed5981039674b2c04896e8d90138c06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 31 Oct 2018 17:45:56 +0100 Subject: [PATCH] gitignore: add password file and mypy cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2bc1175a8..cb7dc00ff 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ /mkosi.egg-info /mkosi.extra /mkosi.nspawn +/mkosi.rootpw +.mypy_cache/ -- 2.47.2