# Generated from clap metadata. Keep deterministic LF endings, hide generated
# noise on GitHub, and suppress local text diffs by default.
man/*.1 text eol=lf linguist-generated -diff
man/*.5 text eol=lf linguist-generated -diff
man/*.7 text eol=lf linguist-generated -diff

# Man prose digests and generated-document byte checks require stable bytes
# on every checkout.
FORMAT.md text eol=lf
docs/keys.md text eol=lf
docs/themes.md text eol=lf

# Committed binary fixtures (Apple NSKeyedArchiver blobs). Treat as binary so
# autocrlf never rewrites them and GitHub shows "Binary file changed".
src/importer/snippetslab/fixtures/** -text

# The conformance fixture includes raw-byte fingerprint vectors. Keep its text
# bytes identical on every checkout, including Windows with core.autocrlf.
tests/fixtures/conformance.sniplib/** text eol=lf
