Files
Syphon_Filter_3/.gitattributes
T
2026-09-23 09:36:50 -04:00

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