https://github.com/halide/Halide
Raw File
Tip revision: 522dfe23ea8b192c7401ee6255b5eaa36dd5452b authored by Steven Johnson on 14 December 2021, 21:56:59 UTC
Merge branch 'master' into srj/oglc-mutexed
Tip revision: 522dfe2
.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