1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 12:13:39 +00:00
serenity/.gitattributes
Jelle Raaijmakers c0c72c6b91 Repository: Protect port patches from CRLF/LF normalization
This allows source files with CRLF line endings to be patched.
2022-01-12 01:08:38 +01:00

16 lines
322 B
Plaintext

# Set the default behavior to always use LF file endings
* text=auto eol=lf
# Denote all files that are truly binary and should not be modified.
*.bmp binary
*.dds binary
*.gif binary
*.jpg binary
*.pbm binary
*.pgm binary
*.png binary
*.ppm binary
# Prevent port patches from being normalized
/Ports/**/patches/* -text