From 8d2d16c40f0d90158acca57f6330df32e68449c5 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Fri, 29 Sep 2017 09:46:21 +0700 Subject: [PATCH] *.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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8a3c704..bd3922d 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,8 @@ ChangeLog *~ .*.swp .*sw? + +# Misc + +*.idea +