add .idea to .gitignore

the .idea dir is generated by PyCharm/IntelliJ. 

Change-Id: If1124c1ec8c383dea1e3a94f13feb77707c17890
This commit is contained in:
Wanghua 2015-07-08 16:28:00 +08:00 committed by Hua Wang
parent 8fe06c03e6
commit 93ca5d37b4

3
.gitignore vendored
View File

@ -36,6 +36,7 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
.idea
# Complexity
output/*.html
@ -51,4 +52,4 @@ ChangeLog
# Editors
*~
.*.swp
.*sw?
.*sw?