Update .gitignore for JetBrains(PyCharm) users

We ignore .idea directory for JetBrains(PyCharm) users
See: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore

Change-Id: Ida6f170d389d9566638f39a411c3b252165a310b
This commit is contained in:
jing.liuqing 2016-06-12 21:24:09 +08:00
parent 5a7bef2ff1
commit ee16100db9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ ChangeLog
tags
ghostdriver.log
.testrepository
.idea