From ea6a5ef1928ee898ebf31a9d97b78c7e124a98b9 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 27 Jun 2021 00:38:40 -0700 Subject: Add some more comments about how to use config.fs --- config.def.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.def.lua') 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 -- cgit v1.2.3