https://github.com/halide/Halide
Raw File
Tip revision: 601c778db92000eb42f878d03a01eb6f54d1dd6d authored by Andrew Adams on 13 July 2023, 16:14:54 UTC
Merge remote-tracking branch 'origin/main' into abadams/random_pipelines
Tip revision: 601c778
.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