zeal/.gitattributes

31 lines
366 B
Plaintext
Raw Normal View History

2017-03-30 06:59:22 +03:00
# 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
*.yaml text
2017-03-30 06:59:22 +03:00
CMakeLists.txt text
2020-08-15 22:25:18 +03:00
COPYING text
2017-03-30 06:59:22 +03:00
# Binary files
*.icns binary
*.ico binary
*.png binary
2020-08-15 21:29:31 +03:00
*.rtf binary
2018-01-27 13:22:19 +03:00
*.woff binary
*.woff2 binary