From 194cd6e8b2d23c91f7fa78dd11f855234c7851c9 Mon Sep 17 00:00:00 2001
From: florianfelix <florianfelixmeyer@gmail.com>
Date: Mon, 29 Oct 2018 12:49:40 +0100
Subject: [PATCH] add cycles folder to gitignore

Cycles addon is saved externally and only copied here on build.
When working in this repo it helps not to see it.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 80fb6e484..665a0414e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ __pycache__/
 Thumbs.db
 ehthumbs.db
 Desktop.ini
+
+# external addons
+cycles/
-- 
GitLab