https://github.com/halide/Halide
Raw File
Tip revision: ed1a5ddade80e7c2a73f723c83e5fbabc0beca32 authored by Steven Johnson on 28 November 2023, 15:22:03 UTC
Merge branch 'main' into abadams/fix_7811
Tip revision: ed1a5dd
.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