.gitattributes

Gentoo Mono Handbook,
 
inpired by https://github.com/nsubstitute/NSubstitute/blob/master/.gitattributes
# These files are text and should be normalized (convert crlf => lf)
*.sln     text
*.proj  text
*.csproj  text
*.cs      text diff=csharp
*.tt      text
*.ps1     text
*.sh     text
*.htm      text
*.css      text
*.md      text
*.nuspec  text
*.msbuild text
*.cmd     text
*.xaml    text

# Images should be treated as binary
# (binary is a macro for -text -diff)
*.png     binary
*.jpeg    binary
*.gif    binary