https://github.com/halide/Halide
Raw File
Tip revision: 0d50bc9f823efc78d615842d59cc2b5f1460bfc2 authored by Steven Johnson on 08 August 2019, 20:16:16 UTC
Merge pull request #4117 from halide/srj-incl
Tip revision: 0d50bc9
.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