commit: 977cc8728b73370bbdcc5d2076f89e09e7ec3f41
parent e052c31cb80a5f0b3616049318b1c09dc2a8c95e
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 15 Aug 2024 01:04:05 -0700
Try to improve config.fs explanation
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git 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