https://github.com/halide/Halide
Raw File
Tip revision: fb39d7e3149c0ee1e848bb9957be2ea18765c35d authored by Derek Gerstmann on 15 November 2021, 21:02:02 UTC
Bump latest version to v13.0.1 in README.md
Tip revision: fb39d7e
.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