Fixed .gitignore rules for IntelliJ

- All excluded IntelliJ files are now ignored, regardless of path.
This commit is contained in:
Jason Watkins
2015-04-07 09:22:43 -07:00
parent 42b9ee15c9
commit 3825259603

6
.gitignore vendored
View File

@@ -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 #