Revision 94d7f0168da34fbfd15a63e5baa56b1649f23956 authored by Andrew Adams on 02 July 2021, 17:23:21 UTC, committed by Andrew Adams on 02 July 2021, 17:23:21 UTC
It confuses the HVX LLVM backend, and shouldn't be necessary anyway.
1 parent 5aeb8db
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top