# Normalize text files to LF in repository and working tree.
* text=auto eol=lf

# Windows shell scripts keep CRLF for compatibility.
*.bat text eol=crlf
*.cmd text eol=crlf

# Common binary formats (never line-normalize).
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.7z binary
*.tar binary
*.jar binary
*.dll binary
*.exe binary
*.pyd binary
*.so binary
*.dylib binary
