4
0

.gitattributes 459 B

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