Skip to content

Commit c0c72c6

Browse files
gmtalinusg
authored andcommittedJan 12, 2022
Repository: Protect port patches from CRLF/LF normalization
This allows source files with CRLF line endings to be patched.
1 parent c1a1370 commit c0c72c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
*.pgm binary
1111
*.png binary
1212
*.ppm binary
13+
14+
# Prevent port patches from being normalized
15+
/Ports/**/patches/* -text

0 commit comments

Comments
 (0)
Please sign in to comment.