https://github.com/halide/Halide
Raw File
Tip revision: 4320e92a226dd76708054c08a0db845d7a08a75c authored by Steven Johnson on 23 January 2019, 17:54:35 UTC
Merge branch 'master' into srj-xor2
Tip revision: 4320e92
.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