Files
LM-Gambit/.gitattributes
Netherwarlord ee7b266d45
tests / python (3.10) (push) Successful in 12m30s
tests / python (3.11) (push) Successful in 12m33s
tests / web (push) Successful in 13m3s
feat: add packaging scripts, build process, and GPU acceleration documentation
2026-07-28 23:10:29 -04:00

10 lines
502 B
Plaintext

# Shell scripts must keep LF endings even when checked out on Windows.
# packaging/build.py copies the launcher straight out of the working tree, so a
# CRLF checkout would ship "#!/usr/bin/env bash\r" inside the Linux and macOS
# tarballs — which fails at exec with "bad interpreter: ...^M". Cross-building
# from Windows is a supported path, so this cannot be left to core.autocrlf.
*.sh text eol=lf
# The Windows launcher wants the opposite; old cmd.exe parsers mishandle LF.
*.bat text eol=crlf