.gitattributes 556 B

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