From 91381de0202f8647aedba792302efb6f966100f5 Mon Sep 17 00:00:00 2001 From: "sagar.giri" Date: Sat, 5 Oct 2019 17:07:51 +0900 Subject: [PATCH] Ignore base .idea directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7e60b43..c00db6c 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,5 @@ src/11-cython/.idea/modules.xml src/11-cython/.idea/workspace.xml greeter.c math_core.c + +.idea/