.gitignore 764 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. # Debian packaging
  30. debian*
  31. #Externally located plug-ins.
  32. plugins/Doodle3D-cura-plugin
  33. plugins/GodMode
  34. plugins/PostProcessingPlugin
  35. plugins/X3GWriter
  36. plugins/FlatProfileExporter
  37. plugins/ProfileFlattener
  38. plugins/cura-god-mode-plugin
  39. plugins/cura-big-flame-graph
  40. #Build stuff
  41. CMakeCache.txt
  42. CMakeFiles
  43. CPackSourceConfig.cmake
  44. Testing/
  45. CTestTestfile.cmake
  46. Makefile*
  47. junit-pytest-*
  48. CuraVersion.py
  49. cmake_install.cmake
  50. #Debug
  51. *.gcode
  52. run.sh