https://github.com/halide/Halide
Raw File
Tip revision: 00a0715809e7337e189d0f7598e0431310b0c1ec authored by dsharletg on 15 November 2021, 21:33:21 UTC
Add hacky fix for losing global variables.
Tip revision: 00a0715
.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