Update .gitignore to ignore .idea of PyCharm

Change-Id: Id5d0820cebff0f236dc98907e29ad30a9c0b27c8
This commit is contained in:
linbing 2016-10-10 13:58:24 +08:00
parent 096e3798b3
commit c3bf482254
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ AUTHORS
ChangeLog
*.egg*
.tox/*
.idea
devenv/*
cover
.coverage