.gitattributes 548 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. * text=auto
  2. ### c# and c++ stuff
  3. *.cs text
  4. *.c text
  5. *.cpp text
  6. *.h text
  7. *.hpp text
  8. *.dsp text eol=crlf
  9. *.dsw text eol=crlf
  10. *.vcprops text eol=crlf
  11. *.vcproj text eol=crlf
  12. *.vcxproj text eol=crlf
  13. *.props text eol=crlf
  14. *.sln text eol=crlf
  15. *.vcxproj.filters text eol=crlf
  16. *.rc text=auto
  17. *.rc2 text=auto
  18. resource.h text=auto
  19. ### Other
  20. *.ps1 text eol=crlf
  21. *.bat text eol=crlf
  22. *.reg text
  23. Makefile text
  24. *.sh text
  25. *.txt text
  26. *.bmp binary
  27. *.png binary
  28. *.jpg binary
  29. *.gif binary
  30. *.xml text
  31. *.wsdl text
  32. *.html text
  33. *.htm text
  34. *.css text
  35. *.js text
  36. *.mib text