Repository: Protect port patches from CRLF/LF normalization

This allows source files with CRLF line endings to be patched.
This commit is contained in:
Jelle Raaijmakers 2022-01-12 00:25:32 +01:00 committed by Linus Groh
parent c1a1370c2a
commit c0c72c6b91

3
.gitattributes vendored
View File

@ -10,3 +10,6 @@
*.pgm binary
*.png binary
*.ppm binary
# Prevent port patches from being normalized
/Ports/**/patches/* -text