.gitignore 804 B

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