diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-08-28 20:47:43 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-08-28 20:47:43 -0400 |
commit | cde1174345224d33d6b45b1e3243fa39043223e5 (patch) | |
tree | 6c8db6e0499622d8c7206a11c997eb173ebd478f /.gitattributes | |
parent | 6f454ad8366ed33bbe199c3fc3ed69e6d3448cec (diff) | |
parent | 35efadf78315f9b351415930dca4fae251ef4dd0 (diff) |
Merge branch 'main' into release/luau-scripting.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..30cc9de8f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,38 @@ +* text eol=lf + +# VSTool (normalization disabled) +indra/tools/vstool/* -text + +# Images +*.bmp binary +*.BMP binary +*.gif binary +*.icns binary +*.ico binary +*.j2c binary +*.j2k binary +*.jpg binary +*.png binary +*.tga binary +*.tif binary + +# Viewer resources +*.db2 binary +*.llm binary +*.nib binary +*.rtf binary +*.ttf binary + +# Executables +*.dll binary +*.exe binary + +# Files with Windows line endings +VivoxAUP.txt text eol=crlf +FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf + +# Windows Manifest files +*.manifest text eol=crlf + +# Windows Installer Script files (normalization disabled) +*.nsi -text |