From b646e19ff68f254a43b30105d8fbb4da9931792d Mon Sep 17 00:00:00 2001
From: Andreas Makus <makus.andreas@gmail.com>
Date: Thu, 14 Jul 2016 14:58:02 +0200
Subject: [PATCH] adjusted .gitignore to ignore .idea files according to
 http://stackoverflow.com/questions/11968531/what-to-gitignore-from-the-idea-folder

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

diff --git a/.gitignore b/.gitignore
index ee6437228..a4109470f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-.idea/
+**/.idea/workspace.xml
+**/.idea/tasks.xml
 *.pyc
-- 
GitLab