zeal/.gitattributes
2024-07-21 21:09:13 -04:00

32 lines
379 B
Plaintext

# Autodetect text files
* text=auto
# Enforce text mode
*.c text
*.cmake text
*.conf text
*.cpp text
*.css text
*.desktop text
*.h text
*.html text
*.in text
*.json text
*.md text
*.qrc text
*.ui text
*.yaml text
*.yml text
.editorconfig text
.gitignore text
CMakeLists.txt text
COPYING text
# Binary files
*.icns binary
*.ico binary
*.png binary
*.woff binary
*.woff2 binary