commit 6c64e74
Michael Forney
·
2024-08-15 08:04:05 +0000 UTC
parent fd1c676
Try to improve config.fs explanation
1 files changed,
+4,
-3
+4,
-3
1@@ -12,9 +12,10 @@ return {
2
3 -- package/file selection
4 fs={
5- -- Each entry contains a list of packages, a list of patterns to
6- -- include, and a list of patterns to exclude. If no patterns
7- -- are specified, all files from the package are included.
8+ -- Each entry contains a list of packages, a list of patterns
9+ -- matching files to include from those packages, and a list of
10+ -- patterns matching files to exclude. If no patterns are
11+ -- specified, all files from the package are included.
12 {sets.core, exclude={'^include/', '^lib/.*%.a$'}},
13
14 -- You may also specify a list of patterns to include or exclude