gitignore .idea

Directory .idea  is produces by pycharm.
We'd better ignore it.

Change-Id: Ia3cbca09398caeb88dd66f89adcd0fcfff8dac4c
This commit is contained in:
ting.wang 2016-02-20 16:25:56 +08:00
parent ab6ba385a2
commit eb6da5f0ba
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.swp
*~
.coverage
.idea
.testrepository
.tox
AUTHORS