mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-17 21:09:14 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/c0c72c6b91e Pull-request: https://github.com/SerenityOS/serenity/pull/11819
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -10,3 +10,6 @@
|
|||
*.pgm binary
|
||||
*.png binary
|
||||
*.ppm binary
|
||||
|
||||
# Prevent port patches from being normalized
|
||||
/Ports/**/patches/* -text
|
||||
|
|
Loading…
Reference in a new issue