7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 18:35:32 +00:00

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

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/