https://github.com/halide/Halide
Raw File
Tip revision: 8a4f1f4b16a7a4003ef8e667f7c5197e4d6de328 authored by Ahmed S. Taei on 09 April 2019, 22:31:54 UTC
Merge branch 'master' into ataei-gen_str_param
Tip revision: 8a4f1f4
.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