.gitattributes 429 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. * text=auto
  2. *.S text
  3. *.asm text
  4. *.c text
  5. *.cc text
  6. *.cpp text
  7. *.cxx text
  8. *.h text
  9. *.htm text
  10. *.html text
  11. *.in text
  12. *.ld text
  13. *.m4 text
  14. *.mak text
  15. *.mk text
  16. *.py text
  17. *.rb text
  18. *.s text
  19. *.sct text
  20. *.sh text
  21. *.txt text
  22. *.xml text
  23. Makefile text
  24. AUTHORS text
  25. COPYING text
  26. *.LZO -text
  27. *.Opt -text
  28. *.Uv2 -text
  29. *.ewp -text
  30. *.eww -text
  31. *.vcproj -text
  32. *.bat -text
  33. *.dos -text
  34. *.icf -text
  35. *.inf -text
  36. *.ini -text
  37. *.sct -text
  38. *.xsd -text