2017-10-09 08:35:48 +02:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto eol=lf
|
|
|
|
|
|
|
|
# Development files
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.ui text eol=lf
|
|
|
|
*.qrc text eol=lf
|
|
|
|
|
|
|
|
# Development resources
|
|
|
|
*.ini text eol=lf
|
|
|
|
|
|
|
|
# Linux development files
|
|
|
|
*.desktop text eol=lf
|
|
|
|
|
|
|
|
# Windows development files
|
|
|
|
*.rc text eol=crlf
|
2018-02-06 11:26:20 +01:00
|
|
|
*.nsi text eol=crlf
|
2017-10-09 08:35:48 +02:00
|
|
|
*.exe.manifest text eol=crlf
|
|
|
|
|
|
|
|
# Binary files
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.qm binary
|
|
|
|
*.ico binary
|
|
|
|
*.icns binary
|
|
|
|
*.xcf binary
|
|
|
|
*.g5e binary
|