https://github.com/halide/Halide
Revision 750a26fa8a5739ac3493f45fca1a71fe2844787a authored by Steven Johnson on 09 August 2022, 16:45:10 UTC, committed by Steven Johnson on 09 August 2022, 16:45:10 UTC
2 parent s 49c992d + 352e05a
Raw File
Tip revision: 750a26fa8a5739ac3493f45fca1a71fe2844787a authored by Steven Johnson on 09 August 2022, 16:45:10 UTC
Merge branch 'srj/asan3' into srj/experiment
Tip revision: 750a26f
.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