From 777314ce9a7f2b5fa842e010d899ea993a3025f7 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Mon, 3 Feb 2014 22:08:20 +1300 Subject: [PATCH] Ignore PyCharm IDE config files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ded60678..1a1f52ac 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + +# PyCharm +.idea