···11+# Set line endings to auto.
22+* text=auto eol=lf
33+44+# Force batch scripts to always use CRLF line endings so that if a repo is accessed
55+# in Windows via a file share from Linux, the scripts will work.
66+*.{cmd,[cC][mM][dD]} text eol=crlf
77+*.{bat,[bB][aA][tT]} text eol=crlf
88+99+# Force bash scripts to always use LF line endings so that if a repo is accessed
1010+# in Unix via a file share from Windows, the scripts will work.
1111+*.sh text eol=lf
1212+1313+# Force Haskell hs files to LF.
1414+*.hs text eol=lf
1515+1616+# treat these as binary files
1717+*.png binary
1818+*.jpg binary