mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
31 lines
366 B
Plaintext
31 lines
366 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
|
|
*.yaml text
|
|
CMakeLists.txt text
|
|
COPYING text
|
|
|
|
# Binary files
|
|
*.icns binary
|
|
*.ico binary
|
|
*.png binary
|
|
*.rtf binary
|
|
*.woff binary
|
|
*.woff2 binary
|