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
|
||||
.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…
Add table
Add a link
Reference in a new issue