mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:05:00 +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:
parent
c1a1370c2a
commit
c0c72c6b91
1 changed files with 3 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue