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 # # IntelliJ Files #
################## ##################
*/.idea/workspace.xml /**/.idea/workspace.xml
*/.idea/tasks.xml /**/.idea/tasks.xml
*/.idea/dictionaries/ /**/.idea/dictionaries/
out/ out/
# MATLAB backup files # # MATLAB backup files #