-
Kitty Barnett authored
-> this is unfortunately far better than normalizing them in viewer/build and propagate a change in that file to every single branch we have
Kitty Barnett authored-> this is unfortunately far better than normalizing them in viewer/build and propagate a change in that file to every single branch we have
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitattributes 661 B
* text=auto
# Sources
*.cpp text diff=cpp
*.h text diff=cpp
*.py text diff=python
indra/newview/llimprocessing.cpp -text
# Documents
*.txt text
*.xml text
indra/tools/vstool/README.txt -text
indra/newview/installers/windows/FILES_ARE_UNICODE_UTF-16LE.txt -text
# Graphics
*.png binary diff=exif
*.jpg binary diff=exif
*.jpeg binary diff=exif
*.gif binary diff=exif
*.tif binary
*.tiff binary
*.ico binary
*.svg text
*.eps binary
# Scripts
*.sh text eol=lf
*.bat text eol=crlf
# Exclude files from exporting
.gitattributes export-ignore
.gitignore export-ignore