Browse Source
Vendored library payloads and vfs kit payloads legitimately carry CRLF endings (upstream files are kept as-is; the LF preference governs authored text). Without the globs, large vendor/vfs checkins block on fossil''s interactive CRLF prompt - the tablelist 7.11 catch-up (fossil 3316d3c7) had to use --no-warnings. Policy documented in .fossil-settings/AGENTS.md alongside the binary-glob rationale. crlf-glob is fossil-only (no .gitignore-style counterpart), so no dual-VCS derivation applies. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
2 changed files with 7 additions and 0 deletions
@ -1 +1,7 @@ |
|||||||
|
#Suppress fossil CRLF commit warnings/prompts for trees whose content legitimately |
||||||
|
#carries CRLF endings: embedded generated docs, vendored library payloads and vfs |
||||||
|
#kit payloads (vendor/payload files keep their upstream endings; the LF preference |
||||||
|
#in root AGENTS.md governs authored text files, not these trees). |
||||||
src/embedded/* |
src/embedded/* |
||||||
|
src/vendorlib/* |
||||||
|
src/vfs/* |
||||||
|
|||||||
Loading…
Reference in new issue