.gitattributes 573 B

123456789101112131415161718192021222324252627282930
  1. * text=auto
  2. # These files are text and should be normalized (convert crlf to lf)
  3. *.rb text
  4. *.test text
  5. *.c text
  6. *.cpp text
  7. *.h text
  8. *.txt text
  9. *.yml text
  10. *.s79 text
  11. *.bat text
  12. *.xcl text
  13. *.inc text
  14. *.info text
  15. *.md text
  16. makefile text
  17. rakefile text
  18. #These files are binary and should not be normalized
  19. *.doc binary
  20. *.odt binary
  21. *.pdf binary
  22. *.ewd binary
  23. *.eww binary
  24. *.dni binary
  25. *.wsdt binary
  26. *.dbgdt binary
  27. *.mac binary