From ef3c43bd6511bf89d655ddf22a21621338154458 Mon Sep 17 00:00:00 2001 From: wangxiyuan1 Date: Fri, 17 Apr 2015 16:58:02 +0800 Subject: [PATCH] Update .gitignore when update with PyCharm IDE,should ignore .idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5aa2e99..4be77d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ openstack_neat.egg-info build dist -distribute-* \ No newline at end of file +distribute-* +.idea/