Fix the gitignore to include subdirectories in cmake
This commit is contained in:
parent
cf7576484f
commit
70cc6e780d
|
@ -88,7 +88,7 @@ pcbnew/Info.plist
|
||||||
*.patch
|
*.patch
|
||||||
|
|
||||||
# These CMake files are wanted
|
# These CMake files are wanted
|
||||||
!cmake/*.cmake
|
!cmake/**/*.cmake
|
||||||
|
|
||||||
# Eclipse IDE
|
# Eclipse IDE
|
||||||
.settings/
|
.settings/
|
||||||
|
|
Loading…
Reference in New Issue