From 5abf5001a8ccde91fddcab8794dce23441143545 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@gmx.de>
Date: Mon, 21 Dec 2015 23:02:57 +0100
Subject: [PATCH] ignoring IntelliJ IDEA files

---
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a5df3133..e7b4f216 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+.idea/
+*.iml
+*.iws
+*.eml
+out/
 .DS_Store
 .svn
 log/*.log
@@ -5,4 +10,4 @@ tmp/**
 node_modules/
 .sass-cache
 css/reveal.min.css
-js/reveal.min.js
+js/reveal.min.js
\ No newline at end of file
-- 
GitLab