.gitattributes 486 B

12345678910111213141516171819202122232425262728293031
  1. # Explicitly declare text files you want to always be normalized and converted
  2. # to native line endings on checkout.
  3. #
  4. # scripts
  5. *.sh text
  6. *.py text
  7. *.pl text
  8. # source code
  9. *.c text
  10. *.h text
  11. *.cpp
  12. # documentation
  13. *.xml text
  14. *.xsl text
  15. *.xslt text
  16. README text
  17. Changelog text
  18. *.md text
  19. # build and packaging
  20. Makefile* text
  21. *.init text
  22. *.service text
  23. *.spec text
  24. *.sysconfig text
  25. *.default text
  26. *.tmpfiles text
  27. *.lintian-overrides text
  28. *.in text
  29. changelog text
  30. control text
  31. copyright text