Add simple gitattributes

This commit is contained in:
nemerle 2016-04-25 10:03:55 +02:00
parent c0e9ba2fb3
commit 652cfb67c3

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
* text=auto
*.c text
*.cpp text
*.ui text
*.qrc text
*.h text