.gitignore 439 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Compiled and generated things.
  2. build
  3. *.pyc
  4. __pycache__
  5. *.mo
  6. docs/html
  7. *.log
  8. resources/i18n/en
  9. resources/i18n/x-test
  10. resources/firmware
  11. resources/materials
  12. LC_MESSAGES
  13. .cache
  14. # Editors and IDEs.
  15. *kdev*
  16. *.kate-swp
  17. *.lprof
  18. *~
  19. *.qm
  20. .idea
  21. # Eclipse+PyDev
  22. .project
  23. .pydevproject
  24. .settings
  25. # Debian packaging
  26. debian*
  27. #Externally located plug-ins.
  28. plugins/Doodle3D-cura-plugin
  29. plugins/GodMode
  30. plugins/PostProcessingPlugin
  31. plugins/X3GWriter