diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-12 00:25:32 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-12 01:08:38 +0100 |
commit | c0c72c6b91e5b071c05c64ebfa4808c79bec2a33 (patch) | |
tree | 3a0ebc093a003cc5de7ccc5a252d52354f30f12f /.gitattributes | |
parent | c1a1370c2a4ee85bf9eb1ea7071550227777c877 (diff) | |
download | serenity-c0c72c6b91e5b071c05c64ebfa4808c79bec2a33.zip |
Repository: Protect port patches from CRLF/LF normalization
This allows source files with CRLF line endings to be patched.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 07cff8b95e..2a27378b1c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,6 @@ *.pgm binary *.png binary *.ppm binary + +# Prevent port patches from being normalized +/Ports/**/patches/* -text |