mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:19:01 +08:00
Added more files to gitignore
This commit is contained in:
parent
6dfe9f609a
commit
fe36da3438
17
.gitignore
vendored
17
.gitignore
vendored
@ -19,6 +19,7 @@ LC_MESSAGES
|
|||||||
*~
|
*~
|
||||||
*.qm
|
*.qm
|
||||||
.idea
|
.idea
|
||||||
|
cura.desktop
|
||||||
|
|
||||||
# Eclipse+PyDev
|
# Eclipse+PyDev
|
||||||
.project
|
.project
|
||||||
@ -33,11 +34,21 @@ plugins/Doodle3D-cura-plugin
|
|||||||
plugins/GodMode
|
plugins/GodMode
|
||||||
plugins/PostProcessingPlugin
|
plugins/PostProcessingPlugin
|
||||||
plugins/X3GWriter
|
plugins/X3GWriter
|
||||||
|
plugins/FlatProfileExporter
|
||||||
|
plugins/cura-god-mode-plugin
|
||||||
|
|
||||||
#Build stuff
|
#Build stuff
|
||||||
CmakeCache.txt
|
CMakeCache.txt
|
||||||
CmakeFiles
|
CMakeFiles
|
||||||
|
CPackSourceConfig.cmake
|
||||||
|
Testing/
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
Makefile
|
Makefile*
|
||||||
|
junit-pytest-*
|
||||||
|
CuraVersion.py
|
||||||
|
cmake_install.cmake
|
||||||
|
|
||||||
|
#Debug
|
||||||
|
*.gcode
|
||||||
|
run.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user