123456789101112131415161718192021222324252627282930313233343536 |
- # Compiled and generated things.
- build
- *.pyc
- __pycache__
- *.mo
- docs/html
- *.log
- resources/i18n/en
- resources/i18n/x-test
- resources/firmware
- resources/materials
- LC_MESSAGES
- .cache
- # Editors and IDEs.
- *kdev*
- *.kate-swp
- *.lprof
- *~
- *.qm
- .idea
- # Eclipse+PyDev
- .project
- .pydevproject
- .settings
- # Debian packaging
- debian*
- #Externally located plug-ins.
- plugins/Doodle3D-cura-plugin
- plugins/GodMode
- plugins/PostProcessingPlugin
- plugins/X3GWriter
|