.gitattributes 484 B

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