32 lines
508 B
Plaintext
32 lines
508 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Source files
|
|
*.c text diff=c
|
|
*.h text diff=c
|
|
*.cpp text diff=cpp
|
|
*.hpp text diff=cpp
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
*.json text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.toml text eol=lf
|
|
*.conf text eol=lf
|
|
*.config text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.iso binary
|
|
*.img binary
|
|
*.tar.gz binary
|
|
*.tar.bz2 binary
|
|
*.tar.xz binary
|