https://github.com/halide/Halide
Raw File
Tip revision: 47a209da20fba46b2f8a6f98b0b79c74821cd27f authored by Andrew Adams on 05 October 2023, 16:16:26 UTC
Merge remote-tracking branch 'origin/main' into abadams/fix_7872
Tip revision: 47a209d
.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