.gitignore 739 B

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