20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
# Keep repository text portable.
|
|
* text=auto eol=lf
|
|
*.md text eol=lf
|
|
*.py text eol=lf
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.json text eol=lf
|
|
*.toml text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
# Never ask Git to transform binary or generated binary formats.
|
|
*.bin binary
|
|
*.exe binary
|
|
*.elf binary
|
|
*.o binary
|
|
*.zip binary
|
|
*.7z binary
|