My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 346B

12345678910111213141516171819
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Files with Unix line endings
  4. *.c text eol=lf
  5. *.cpp text eol=lf
  6. *.h text eol=lf
  7. *.ino text eol=lf
  8. *.py text eol=lf
  9. *.sh text eol=lf
  10. *.scad text eol=lf
  11. # Files with native line endings
  12. # *.sln text
  13. # Binary files
  14. *.png binary
  15. *.jpg binary
  16. *.fon binary