16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
# Force LF line endings in the working tree for everyone, always.
|
|
# This project embeds text resources into an ELF shared object and builds
|
|
# on Linux — CRLF must never leak into any of it.
|
|
* text=auto eol=lf
|
|
|
|
# Opaque files: never touch, never warn
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
*.gif binary
|
|
*.webp binary
|
|
*.ico binary
|
|
*.o binary
|
|
*.so binary
|
|
*.min.js -text
|