https://github.com/halide/Halide
Raw File
Tip revision: a4754aa04b311ef72956b2d090dba5f29293abcc authored by Steven Johnson on 29 November 2023, 17:21:37 UTC
Merge branch 'abadams/fix_7810' into srj/xt-uint-cast-test
Tip revision: a4754aa
.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