.gitignore 760 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Compiled and generated things.
  2. build
  3. *.pyc
  4. __pycache__
  5. *.mo
  6. docs/html
  7. *.log
  8. resources/i18n/en_US
  9. resources/i18n/en_7S
  10. resources/i18n/x-test
  11. resources/firmware
  12. resources/materials
  13. LC_MESSAGES
  14. .cache
  15. *.qmlc
  16. #MacOS
  17. .DS_Store
  18. # Editors and IDEs.
  19. *kdev*
  20. *.kate-swp
  21. *.lprof
  22. *~
  23. *.qm
  24. .idea
  25. cura.desktop
  26. # Eclipse+PyDev
  27. .project
  28. .pydevproject
  29. .settings
  30. #Externally located plug-ins.
  31. plugins/Doodle3D-cura-plugin
  32. plugins/GodMode
  33. plugins/PostProcessingPlugin
  34. plugins/X3GWriter
  35. plugins/FlatProfileExporter
  36. plugins/ProfileFlattener
  37. plugins/cura-god-mode-plugin
  38. plugins/cura-big-flame-graph
  39. #Build stuff
  40. CMakeCache.txt
  41. CMakeFiles
  42. CPackSourceConfig.cmake
  43. Testing/
  44. CTestTestfile.cmake
  45. Makefile*
  46. junit-pytest-*
  47. CuraVersion.py
  48. cmake_install.cmake
  49. #Debug
  50. *.gcode
  51. run.sh