# Auto-detect text vs. binary files and ensure newlines are always LF for
# text files on check-out and check-in.
* text=auto eol=lf

# treat windows .rc files as binary ones, so they are always CRLF on all platforms
# but don't use built-in git conversion, it's causing problems with Debian's pristine-tar + gbp functionality
sjasmwin32/*.rc -text
# binary type of files: TAP, CDT, CPR, BIN, RAW, TRD, never attempt EOL conversion
*.gz -text
*.tap -text
*.cdt -text
*.cpr -text
*.bin -text
*.raw -text
*.trd -text
