From d615d9e7b7811362a2039ecb5815464167bf1e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Bernard=20Ratt=C3=A9?= Date: Sun, 14 Oct 2012 21:30:41 -0400 Subject: [PATCH] Added ignore for IntelliJ IDEA default project file. --- Global/IntelliJ.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0..8edee2dd 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -1,4 +1,5 @@ -*.iml -*.ipr -*.iws +# IndelliJ IDEA Project file +# http://www.jetbrains.com/idea/webhelp/project.html .idea/ +*.ipr +*.iml