diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-27 00:38:40 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-27 01:51:57 -0700 |
| commit | ea6a5ef1928ee898ebf31a9d97b78c7e124a98b9 (patch) | |
| tree | ded852e3a7d99e56b684e92d7caf4b64f4e80da6 /config.def.lua | |
| parent | d8ff17b087fd05bfb8a0b0b2a4960e14a25fad69 (diff) | |
Add some more comments about how to use config.fs
Diffstat (limited to 'config.def.lua')
| -rw-r--r-- | config.def.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.lua b/config.def.lua index 3c84d061..cd43e700 100644 --- a/config.def.lua +++ b/config.def.lua @@ -13,6 +13,11 @@ return { -- include, and a list of patterns to exclude. If no patterns -- are specified, all files from the package are included. {sets.core, exclude={'^include/', '^lib/.*%.a$'}}, + + -- You may also specify a list of patterns to include or exclude + -- for any packages not matching any entries. If no patterns are + -- specified, all files from the package are excluded. + -- include={...}, exclude={...}, }, -- target toolchain and flags |
