2
0

.gitattributes 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 linguist-language=json
  37. /samples/*.font eol=lf linguist-language=json
  38. /samples/*.level eol=lf linguist-language=json
  39. /samples/*.material eol=lf linguist-language=json
  40. /samples/*.mesh eol=lf linguist-language=json
  41. /samples/*.package eol=lf linguist-language=json
  42. /samples/*.physics_config eol=lf linguist-language=json
  43. /samples/*.physics eol=lf linguist-language=json
  44. /samples/*.shader eol=lf linguist-language=json
  45. /samples/*.sound eol=lf linguist-language=json
  46. /samples/*.sprite_animation eol=lf linguist-language=json
  47. /samples/*.sprite eol=lf linguist-language=json
  48. /samples/*.texture eol=lf linguist-language=json
  49. /samples/*.unit eol=lf linguist-language=json
  50. 3rdparty/** linguist-vendored
  51. docs/** linguist-vendored
  52. exporters/** linguist-vendored
  53. makefile linguist-vendored
  54. scripts/** linguist-vendored
  55. tools/level_editor/resources/** linguist-vendored