From 77f21e415b25762c62989cc876799e17875a115d Mon Sep 17 00:00:00 2001 From: Andrey Vlasovskikh Date: Fri, 10 Feb 2017 18:28:40 +0300 Subject: [PATCH] Ignore PyCharm project files (#926) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 161b9cb91..838b2a41a 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ analyze.py *~ .*.sw? .vscode/ +.idea/