mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 12:19:37 +08:00
61 lines
804 B
Plaintext
61 lines
804 B
Plaintext
# Compiled and generated things.
|
|
build
|
|
*.pyc
|
|
__pycache__
|
|
*.mo
|
|
docs/html
|
|
*.log
|
|
resources/i18n/en_US
|
|
resources/i18n/en_7S
|
|
resources/i18n/x-test
|
|
resources/firmware
|
|
resources/materials
|
|
CuraEngine.exe
|
|
LC_MESSAGES
|
|
.cache
|
|
*.qmlc
|
|
|
|
#MacOS
|
|
.DS_Store
|
|
|
|
# Editors and IDEs.
|
|
*kdev*
|
|
*.kate-swp
|
|
*.lprof
|
|
*~
|
|
*.qm
|
|
.idea
|
|
cura.desktop
|
|
|
|
# Eclipse+PyDev
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
|
|
#Externally located plug-ins.
|
|
plugins/CuraSolidWorksPlugin
|
|
plugins/Doodle3D-cura-plugin
|
|
plugins/GodMode
|
|
plugins/PostProcessingPlugin
|
|
plugins/X3GWriter
|
|
plugins/FlatProfileExporter
|
|
plugins/ProfileFlattener
|
|
plugins/cura-god-mode-plugin
|
|
plugins/cura-big-flame-graph
|
|
|
|
#Build stuff
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CPackSourceConfig.cmake
|
|
Testing/
|
|
CTestTestfile.cmake
|
|
Makefile*
|
|
junit-pytest-*
|
|
CuraVersion.py
|
|
cmake_install.cmake
|
|
|
|
#Debug
|
|
*.gcode
|
|
run.sh
|
|
|