My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.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