Add .gitattributes

This commit is contained in:
Oleg Shparber 2017-03-29 23:59:22 -04:00
parent bbf3db6cbc
commit d74c329d01

26
.gitattributes vendored Normal file
View File

@ -0,0 +1,26 @@
# 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