git: fix incorrect subprojects ignore in .gitignore

Ignoring the entire `/subprojects/` directory prevents the next rule
from including just the Meson wrap files. Instead, ignore all the files
in the directory which allows the intended behavior.
This commit is contained in:
Thomas Frans 2025-03-20 16:47:04 +01:00
parent 128cd07e91
commit 221bc5f6aa
No known key found for this signature in database
GPG key ID: F23E1BA91B6D0B1A

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
/subprojects/ /subprojects/*
!/subprojects/*.wrap !/subprojects/*.wrap