.gitignore 736 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. *.qmlc
  15. #MacOS
  16. .DS_Store
  17. # Editors and IDEs.
  18. *kdev*
  19. *.kate-swp
  20. *.lprof
  21. *~
  22. *.qm
  23. .idea
  24. cura.desktop
  25. # Eclipse+PyDev
  26. .project
  27. .pydevproject
  28. .settings
  29. #Externally located plug-ins.
  30. plugins/Doodle3D-cura-plugin
  31. plugins/GodMode
  32. plugins/PostProcessingPlugin
  33. plugins/X3GWriter
  34. plugins/FlatProfileExporter
  35. plugins/ProfileFlattener
  36. plugins/cura-god-mode-plugin
  37. plugins/cura-big-flame-graph
  38. #Build stuff
  39. CMakeCache.txt
  40. CMakeFiles
  41. CPackSourceConfig.cmake
  42. Testing/
  43. CTestTestfile.cmake
  44. Makefile*
  45. junit-pytest-*
  46. CuraVersion.py
  47. cmake_install.cmake
  48. #Debug
  49. *.gcode
  50. run.sh