From 382525960368538dfdab9b15024f54b009c2e679 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 7 Apr 2015 09:22:43 -0700 Subject: [PATCH] Fixed .gitignore rules for IntelliJ - All excluded IntelliJ files are now ignored, regardless of path. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f8fc83..e1c7a44 100644 --- a/.gitignore +++ b/.gitignore @@ -71,9 +71,9 @@ xcuserdata # IntelliJ Files # ################## -*/.idea/workspace.xml -*/.idea/tasks.xml -*/.idea/dictionaries/ +/**/.idea/workspace.xml +/**/.idea/tasks.xml +/**/.idea/dictionaries/ out/ # MATLAB backup files #