Преглед на файлове

Add .gitattributes with rules for line endings of files.

(cherry picked from commit f2a2be72b341f55c44a035b1257177d83489ea5c)
Rokas Kupstys преди 5 години
родител
ревизия
c9ffa62e1f
променени са 1 файла, в които са добавени 30 реда и са изтрити 0 реда
  1. 30 0
      .gitattributes

+ 30 - 0
.gitattributes

@@ -0,0 +1,30 @@
+* text=auto
+
+*.c text
+*.cpp text
+*.h text
+*.m text
+*.mm text
+*.md text
+*.txt text
+*.html text
+*.bat text
+*.frag text
+*.vert text
+*.mkb text
+*.icf text
+
+*.sln text eol=crlf
+*.vcxproj text eol=crlf
+*.vcxproj.filters text eol=crlf
+*.natvis text eol=crlf
+
+Makefile text eol=lf
+*.sh text eol=lf
+*.pbxproj text eol=lf
+*.storyboard text eol=lf
+*.plist text eol=lf
+
+*.png binary
+*.ttf binary
+*.lib binary