From c0990410da4c0a0c3776448e8c05ca2ce8778c8a Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sat, 13 Dec 2025 17:37:14 -0600 Subject: [PATCH] fix: Add "optional" folder to .gitignore (#3141) Zephyr now has some modules that get placed under /optional/modules instead of /modules. Added that to .gitignore so Git doesn't try to treat those like Git modules. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1ef282a9f..50b8f687e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /.west /bootloader /modules +/optional /tools /zephyr /zmk-config