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:
authorChrisTerBeke <c.terbeke@ultimaker.com>2019-08-05 10:29:44 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2019-08-05 10:29:44 +0300
commit8557115c647770d5487e4af75c92c45dd3027965 (patch)
tree102659f1817f81d2cd4d2b3a60e6d8c4d4d8c1d8 /.gitignore
parentd19e13daa6717f6bc0fdd716d69a50407c0434ba (diff)
Add plugins/__init__.py to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2ec5af2b9b..a66c1086a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,6 @@ run.sh
CuraEngine
/.coverage
+
+#Prevents import failures when plugin running tests
+plugins/__init__.py