Blame .gitattributes

Packit Service c5cf8c
# Set the default behavior, in case people don't have core.autocrlf set.
Packit Service c5cf8c
* text=auto
Packit Service c5cf8c
Packit Service c5cf8c
# Explicitly declare text files you want to always be normalized and converted
Packit Service c5cf8c
# to native line endings on checkout.
Packit Service c5cf8c
*.c text
Packit Service c5cf8c
*.h text
Packit Service c5cf8c
Packit Service c5cf8c
# Declare files that will always have CRLF line endings on checkout.
Packit Service c5cf8c
*.sln text eol=crlf
Packit Service c5cf8c
Packit Service c5cf8c
# Denote all files that are truly binary and should not be modified.
Packit Service c5cf8c
*.png     binary
Packit Service c5cf8c
*.jpg     binary
Packit Service c5cf8c
*.pdf     binary
Packit Service c5cf8c
*.ps      binary
Packit Service c5cf8c
*.tar.bz2 binary
Packit Service c5cf8c
*.tar.gz  binary