mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Repository: Protect port patches from CRLF/LF normalization
This allows source files with CRLF line endings to be patched.
This commit is contained in:
committed by
Linus Groh
parent
c1a1370c2a
commit
c0c72c6b91
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -10,3 +10,6 @@
|
|||||||
*.pgm binary
|
*.pgm binary
|
||||||
*.png binary
|
*.png binary
|
||||||
*.ppm binary
|
*.ppm binary
|
||||||
|
|
||||||
|
# Prevent port patches from being normalized
|
||||||
|
/Ports/**/patches/* -text
|
||||||
|
|||||||
Reference in New Issue
Block a user