.gitattributes 458 B

123456789101112131415161718192021
  1. # crlf line endings for text files
  2. * text eol=crlf
  3. # Denote all files that are truly binary and should not be modified.
  4. *.png binary
  5. *.jpg binary
  6. # Custom for Visual Studio
  7. *.cs diff=csharp
  8. # Standard to msysgit
  9. *.doc diff=astextplain
  10. *.DOC diff=astextplain
  11. *.docx diff=astextplain
  12. *.DOCX diff=astextplain
  13. *.dot diff=astextplain
  14. *.DOT diff=astextplain
  15. *.pdf diff=astextplain
  16. *.PDF diff=astextplain
  17. *.rtf diff=astextplain
  18. *.RTF diff=astextplain