# Line endings are pinned explicitly: the dev machine has core.autocrlf=true,
# and without this file the working copy diverges from the index after a clone.
* text=auto eol=lf

# Batch files are run by cmd.exe - they need CRLF
*.bat text eol=crlf

# Do not touch binaries
*.lib binary
*.dll binary
*.obj binary
*.png binary
*.jpg binary
