mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added more files to gitignore
This commit is contained in:
parent
6dfe9f609a
commit
fe36da3438
1 changed files with 14 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue