Browse Source

Add simple gitattributes

nemerle 8 years ago
parent
commit
652cfb67c3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitattributes

+ 6 - 0
.gitattributes

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