https://github.com/halide/Halide
Raw File
Tip revision: 77237d8b86feebacb387227f2a9565c266bcafe4 authored by Steven Johnson on 03 September 2019, 22:58:45 UTC
Add a way for binary2cpp to emit vis=hidden; use this for all our halide_internal_initmod data
Tip revision: 77237d8
.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