.gitattributes 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. *.c eol=lf
  4. *.cpp eol=lf
  5. *.h eol=lf
  6. *.hpp eol=lf
  7. *.sc eol=lf
  8. *.sh eol=lf
  9. *.m eol=lf
  10. *.mm eol=lf
  11. *.md eol=lf
  12. *.lua eol=lf
  13. *.mk eol=lf
  14. *.rb eol=lf
  15. *.py eol=lf
  16. *.java eol=lf
  17. *.vala eol=lf
  18. *.rst eol=lf
  19. *.yml eol=lf
  20. .gitattributes eol=lf
  21. makefile eol=lf
  22. *.sln text eol=crlf
  23. *.vcproj text eof=crlf
  24. *.vcxproj text eof=crlf
  25. *.bat text eol=crlf
  26. *.so binary
  27. *.dll binary
  28. *.exe binary
  29. *.png binary
  30. *.tga binary
  31. *.dds binary
  32. *.ktx binary
  33. *.pvr binary
  34. *.wav binary
  35. *.ogg binary
  36. /samples/*.config eol=lf
  37. /samples/*.font eol=lf
  38. /samples/*.level eol=lf
  39. /samples/*.material eol=lf
  40. /samples/*.mesh eol=lf
  41. /samples/*.package eol=lf
  42. /samples/*.physics_config eol=lf
  43. /samples/*.physics eol=lf
  44. /samples/*.shader eol=lf
  45. /samples/*.sound eol=lf
  46. /samples/*.sprite_animation eol=lf
  47. /samples/*.sprite eol=lf
  48. /samples/*.texture eol=lf
  49. /samples/*.unit eol=lf