Files
zeal/.gitattributes
T
2020-08-15 14:29:31 -04:00

30 lines
349 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
*.md text
*.pri text
*.pro text
*.qrc text
*.ui text
*.yml text
CMakeLists.txt text
COPYING
# Binary files
*.icns binary
*.ico binary
*.png binary
*.rtf binary
*.woff binary
*.woff2 binary