Add missing wildcard in gitignore

In a5fec576f9 the reqired wildcard wasn't added.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2024-12-14 07:59:02 +01:00
parent 9db50f48e7
commit c09d12a959

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ binaries/system/*
!binaries/system/readme.txt
# Workspaces
build/workspaces
build/workspaces/*
!build/workspaces/clean-workspaces.sh
!build/workspaces/update-workspaces.bat
!build/workspaces/update-workspaces.sh