diff options
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 |
