goldberg_emulator/.gitattributes
redpolline 4042974100 Add gitattributes file so shell scripts don't get mangled and break builds.
Signed-off-by: redpolline <11156324-redpolline@users.noreply.gitlab.com>
2024-01-10 04:17:51 -05:00

14 lines
208 B
Plaintext

# Set the default behavior.
* text=auto
# Unix shell files should always be LF.
*.sh text eol=lf
# Windows shell files should always be CRLF.
*.bat text eol=crlf
# Binary files.
*.jpg binary
*.png binary