https://github.com/halide/Halide
Raw File
Tip revision: 07672fe537e19e664ab86435a9e4ba766cc7a6ca authored by Andrew Adams on 18 April 2024, 19:49:36 UTC
Merge remote-tracking branch 'origin/main' into abadams/faster_substitute_facts
Tip revision: 07672fe
.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