My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 380B

1234567891011121314151617
  1. // Our automatic versioning scheme generates the following file
  2. // NEVER put it in the repository
  3. _Version.h
  4. // All of the following OS, IDE and compiler generated file
  5. // references should be moved from this file
  6. // They are needed, but they belong in your global .gitignore
  7. // rather than in a per-project file such as this
  8. *.o
  9. applet/
  10. *~
  11. *.orig
  12. *.rej
  13. *.bak
  14. *.DS_Store
  15. *.idea