Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2017-04-14 10:52:29 +0300
committerJaime van Kessel <nallath@gmail.com>2017-04-14 10:52:29 +0300
commitfe36da34387851dd898f203296c065e67ea5a5a6 (patch)
treea9324376e4e347e0908658841d4388fcfc38b863 /.gitignore
parent6dfe9f609a299ec595417ce0c9a619cc785cbfc2 (diff)
Added more files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 14 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index a6a456fd90..52d888f465 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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