https://github.com/halide/Halide
Revision 18fbc152decec435e60ab9c65a3b14e9fd7e847e authored by Steven Johnson on 18 July 2023, 18:17:27 UTC, committed by GitHub on 18 July 2023, 18:17:27 UTC
1 parent 5f56e64
Raw File
Tip revision: 18fbc152decec435e60ab9c65a3b14e9fd7e847e authored by Steven Johnson on 18 July 2023, 18:17:27 UTC
Add Sanitizer details to README_cmake.md (#7688)
Tip revision: 18fbc15
.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