From 4b6cb400b71a6a671aa878fe13ee572d81b9f07f Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de>
Date: Thu, 29 Mar 2018 09:23:52 +0200
Subject: [PATCH] .gitignore do not track local qgisressources folder

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index c39c3431..2a951789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ deploy/*
 temp/
 doc/build/
 doc/build/*
+qgisressources/
+qgisressources/*
 example/*.aux.xml
 timeseriesviewer/ui/tmp.ui
 .*
@@ -19,3 +21,4 @@ timeseriesviewer/ui/tmp.ui
 *.iml
 __pycache__/
 
+/qgisressources/
-- 
GitLab