From ced5a7abd0f4820dcffc2627f7d318217b9985e7 Mon Sep 17 00:00:00 2001 From: Alexander Hudek Date: Mon, 10 Aug 2015 16:53:41 -0400 Subject: [PATCH] Update gitignore to exclude intellij files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 58b274c..dbd3376 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ pom.xml.asc *~ *.bk .idea +.DS_Store +*.iml