summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 2a27378b1c4c7ae9fe02b20b340d71cc5f941e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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