https://github.com/halide/Halide
Raw File
Tip revision: 61d344b6f64f63664f483bb9d1ea5fd87d9d1338 authored by Volodymyr Kysenko on 15 December 2023, 19:15:36 UTC
Fix spelling
Tip revision: 61d344b
.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