From bb1c447d54a470c6110a78f6b05d0fbdb56c8fe0 Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 2 Jul 2018 13:50:02 -0400 Subject: [PATCH] Separate module directory from project iml exclude --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 54344927..0d95b087 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -26,7 +26,8 @@ # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/modules.xml -# .idea/**/*.iml +# .idea/*.iml +# .idea/modules # CMake cmake-build-*/