.gitignore 775 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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/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