mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +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
|
||||
.idea
|
||||
cura.desktop
|
||||
|
||||
# Eclipse+PyDev
|
||||
.project
|
||||
@ -33,11 +34,21 @@ plugins/Doodle3D-cura-plugin
|
||||
plugins/GodMode
|
||||
plugins/PostProcessingPlugin
|
||||
plugins/X3GWriter
|
||||
plugins/FlatProfileExporter
|
||||
plugins/cura-god-mode-plugin
|
||||
|
||||
#Build stuff
|
||||
CmakeCache.txt
|
||||
CmakeFiles
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CPackSourceConfig.cmake
|
||||
Testing/
|
||||
CTestTestfile.cmake
|
||||
Makefile
|
||||
Makefile*
|
||||
junit-pytest-*
|
||||
CuraVersion.py
|
||||
cmake_install.cmake
|
||||
|
||||
#Debug
|
||||
*.gcode
|
||||
run.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user