|
|
@@ -0,0 +1,42 @@
|
|
|
+# Set default behaviour, in case users don't have core.autocrlf set.
|
|
|
+* text=auto
|
|
|
+
|
|
|
+# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
|
|
|
+*.cpp text eol=lf
|
|
|
+*.c text eol=lf
|
|
|
+*.h text eol=lf
|
|
|
+*.inl text eol=lf
|
|
|
+*.lua text eol=lf
|
|
|
+*.vert text eol=lf
|
|
|
+*.frag text eol=lf
|
|
|
+*.material text eol=lf
|
|
|
+*.form text eol=lf
|
|
|
+*.theme text eol=lf
|
|
|
+*.particle text eol=lf
|
|
|
+*.animation text eol=lf
|
|
|
+*.audio text eol=lf
|
|
|
+*.terrain text eol=lf
|
|
|
+*.config text eol=lf
|
|
|
+*.txt text eol=lf
|
|
|
+*.md text eol=lf
|
|
|
+
|
|
|
+# Declare windows files that will always have CRLF line endings on checkout.
|
|
|
+*.sln text eol=crlf
|
|
|
+*.vcxproj text eol=crlf
|
|
|
+*.vcxproj.filters text eol=crlf
|
|
|
+*.bat text eol=crlf
|
|
|
+
|
|
|
+# Denote all files that are truly binary and should not be modified.
|
|
|
+*.png binary
|
|
|
+*.jpg binary
|
|
|
+*.psd binary
|
|
|
+*.dds binary
|
|
|
+*.pvr binary
|
|
|
+*.r16 binary
|
|
|
+*.fbx binary
|
|
|
+*.mb binary
|
|
|
+*.ogg binary
|
|
|
+*.wav binary
|
|
|
+*.raw binary
|
|
|
+*.ttf binary
|
|
|
+*.gpb binary
|