Commit Graph

3 Commits

Author SHA1 Message Date
Lars Bergmann 45c9b62d76 Adjust Precedence section intro
Signed-off-by: Lars Bergmann <L.Bergmann@mittwald.de>
2026-07-17 08:21:51 +02:00
Lars Bergmann ce90b3dd9d Mention un-skip option in docs
Signed-off-by: Lars Bergmann <L.Bergmann@mittwald.de>
2026-07-16 13:54:35 +02:00
Martin Vogel 23de5b23af docs: add .cbmignore how-to (syntax, precedence, negation semantics)
Documents the current behavior as implemented in src/discover/discover.c
and src/discover/gitignore.c: where .cbmignore is read from, the glob
features the parser supports, the layered precedence against built-in
skip lists / .gitignore hierarchy / git global excludes, and what
negation can and cannot override today. Planned negation unification
(un-skipping built-in dirs, non-negatable safety core, shared predicate
for auxiliary walkers) is listed in an explicitly not-yet-implemented
subsection. Linked from the README "Ignoring Files" section.

Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
2026-07-03 19:22:19 +02:00