diff options
| -rw-r--r-- | config.def.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.lua b/config.def.lua index f3ce56a0..8d757e26 100644 --- a/config.def.lua +++ b/config.def.lua @@ -12,9 +12,10 @@ return { -- package/file selection fs={ - -- Each entry contains a list of packages, a list of patterns to - -- include, and a list of patterns to exclude. If no patterns - -- are specified, all files from the package are included. + -- Each entry contains a list of packages, a list of patterns + -- matching files to include from those packages, and a list of + -- patterns matching files 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 |
