From: juraj.linkes Date: Thu, 3 May 2018 08:55:57 +0000 (+0200) Subject: Added .idea to .gitignore X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=7e42265e5b4aceba0b830977ed014b636d2df1f5;ds=sidebyside Added .idea to .gitignore Useful for devs using PyCharm or other IDEA based IDE. Change-Id: I6edaed293e9214e9370bad67d2321c5113ca7f41 Signed-off-by: juraj.linkes --- diff --git a/.gitignore b/.gitignore index 304828a8ad..2d27b2c9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ report.html *.pyc *~ *.log +.idea