From: SerenaFeng Date: Tue, 26 Jul 2016 02:39:57 +0000 (+0800) Subject: add .idea directory to gitignore X-Git-Tag: colorado.1.0~216 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F17531%2F1;p=functest.git add .idea directory to gitignore ignore .idea created by using pycharm JIRA: FUNCTEST-386 Change-Id: I425b4525ea16cafc2883f165efd2293a8adb13fb Signed-off-by: SerenaFeng --- diff --git a/.gitignore b/.gitignore index 60e85dccb..155eeb1de 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /docs_build/ /docs_output/ /releng/ +.idea