mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
9db50f48e7
commit
c09d12a959
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue