# Windows batch files must be in CRLF to not make cmd.exe freak out
*.cmd text eol=crlf
*.bat text eol=crlf

# Make sure Windows .lnk shortcuts are binary
*.lnk binary
