From 70cc6e780da6034e4fcbe90a4625b666dde8d28e Mon Sep 17 00:00:00 2001
From: Marek Roszko <mark.roszko@gmail.com>
Date: Tue, 9 Aug 2022 00:20:21 -0400
Subject: [PATCH] Fix the gitignore to include subdirectories in cmake

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 04bc3cb012..206e463b82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,7 +88,7 @@ pcbnew/Info.plist
 *.patch
 
 # These CMake files are wanted
-!cmake/*.cmake
+!cmake/**/*.cmake
 
 # Eclipse IDE
 .settings/