.gitattributes 356 B

12345678910111213141516171819202122232425262728293031323334
  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. SConscript text
  24. *.Opt -text
  25. *.Uv2 -text
  26. *.bat -text
  27. *.dos -text
  28. *.icf -text
  29. *.inf -text
  30. *.ini -text
  31. *.sct -text
  32. Jamfile -text