zeal/.gitattributes

32 lines
379 B
Plaintext
Raw Permalink 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
2024-07-22 04:09:10 +03:00
*.json text
2017-03-30 06:59:22 +03:00
*.md text
*.qrc text
*.ui text
*.yaml text
2024-07-22 04:09:10 +03:00
*.yml text
.editorconfig text
.gitignore 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
2018-01-27 13:22:19 +03:00
*.woff binary
*.woff2 binary