*.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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -51,3 +51,8 @@ ChangeLog
|
||||
*~
|
||||
.*.swp
|
||||
.*sw?
|
||||
|
||||
# Misc
|
||||
|
||||
*.idea
|
||||
|
||||
|
||||
Reference in New Issue
Block a user