From 6da99d33a412559763d1b60ab2bdfeaacda2cdb8 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 14 Oct 2021 14:07:16 +0200 Subject: [PATCH] Ignore local files in subdirectories of mkosi.default.d/ as well --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cc7d3aa41e..3e65a61ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,5 @@ __pycache__/ /mkosi.output/ /mkosi.default # Ignore any mkosi config files with "local" in the name -/mkosi.default.d/*local*.conf +/mkosi.default.d/**/*local*.conf /tags