mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-28 05:40:11 -04:00
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:
parent
128cd07e91
commit
221bc5f6aa
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
|||
/subprojects/
|
||||
/subprojects/*
|
||||
!/subprojects/*.wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue