From 409d31907580c06aaff7ed9fb7f637f125a41bb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 12 Apr 2026 04:15:32 +0200 Subject: [PATCH] except modules and targets from gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c52a194..47296c0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ img_mount/ iso_root/ config.mk *.mk +!*/*.mk *.img *.iso *.squash -- 2.39.5