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:
authorGhostkeeper <rubend@tutanota.com>2016-10-27 14:14:13 +0300
committerGhostkeeper <rubend@tutanota.com>2016-10-27 14:14:13 +0300
commitb6464b12a1758299a8d92d24d5c30908994a22d1 (patch)
treef1571971b24c4280bda805a8d8c9ca98c9112c2d /.gitignore
parent4a5d7cbc739132f654c5710634af02690dbbae93 (diff)
Ignore externally loaded plug-ins
We include these plug-ins with the build system, but for development it's easy to have them linked or copied into the plug-ins folder. But don't commit them! So here we ignore these plug-ins.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0a7523ff37..fd01d5ce76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,10 @@ LC_MESSAGES
# Debian packaging
debian*
+
+#Externally located plug-ins.
+plugins/Doodle3D-cura-plugin
+plugins/GodMode
+plugins/PostProcessingPlugin
+plugins/UM3NetworkPrinting
+plugins/X3GWriter \ No newline at end of file