blob: 541c4076c0e0c7689770242bfd9da6a346ac06d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- Support for prerequisite globbing [feature 0.5.0]
* Need a syntax to say "all excluding these".
{*/ -build/ -doc/}
{*/ - build/ doc/}
* There is POSIX glob(7) API.
* Probably both * (one level) and ** (recursive).
* Probably only support wildcards in one component.
* May make sense to provide generic support in libbutl since will probably
be used in other places (e.g., subprojects globbing).
|