LOIC/.gitattributes
NewEraCracker 006576f150 Point script to 'src' and add a missing package. Fixes #63
Note to self: It is still unable to detect Linux Mint and install packages automatically
2017-10-01 01:11:13 +01:00

25 lines
578 B
Plaintext

# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Files that will always have CRLF line endings on checkout.
*.cs eol=crlf
*.config eol=crlf
*.csproj eol=crlf
*.manifest eol=crlf
*.userprefs eol=crlf
*.xml eol=crlf
# Files that will always have LF line endings on checkout.
*.sh eol=lf
# Denote all files that are truly binary and should not be modified.
*.chm binary
*.dll binary
*.gif binary
*.ico binary
*.jpg binary
*.nupkg binary
*.rtf binary
# 3rd party packages.
src/packages/* linguist-vendored