summaryrefslogtreecommitdiff
path: root/config.def.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-08-15 01:04:05 -0700
committerMichael Forney <mforney@mforney.org>2024-08-15 01:09:25 -0700
commit977cc8728b73370bbdcc5d2076f89e09e7ec3f41 (patch)
tree834fbb701bcc766b9147a28d632de2628a5e7e71 /config.def.lua
parente052c31cb80a5f0b3616049318b1c09dc2a8c95e (diff)
Try to improve config.fs explanation
Diffstat (limited to 'config.def.lua')
-rw-r--r--config.def.lua7
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