Update .gitignore with .idea

Update .gitignore to hide .idea directory generated by IntelliJ.

Change-Id: I77f73dec503ce645b7070e8d15f316849c5ecbc1
This commit is contained in:
Torin Sandall 2015-05-24 13:41:12 -07:00
parent 5dd05fd37e
commit f82a7985a5
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -57,3 +57,6 @@ ChangeLog
# Editors
*~
.*.sw?
# IDEs
.idea