Fix the gitignore to include subdirectories in cmake

This commit is contained in:
Marek Roszko 2022-08-09 00:20:21 -04:00
parent cf7576484f
commit 70cc6e780d
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -88,7 +88,7 @@ pcbnew/Info.plist
*.patch
# These CMake files are wanted
!cmake/*.cmake
!cmake/**/*.cmake
# Eclipse IDE
.settings/