*.idea should add to .gitignore

During using Pycharm to implement code-base then have a lot of .idea/* 
files which auto created in the new code and they don't ignore
when pushing into gerrit.

Change-Id: I726308d99ca405fdd957eb04ac94a2ed25c8edc6
This commit is contained in:
Nguyen Van Trung
2017-09-29 09:46:21 +07:00
parent 7e9169b2a1
commit 8d2d16c40f

5
.gitignore vendored
View File

@@ -51,3 +51,8 @@ ChangeLog
*~
.*.swp
.*sw?
# Misc
*.idea