From 6d1c6f76d606e847b7cd273e0402ceb627ef0501 Mon Sep 17 00:00:00 2001 From: rodude123 Date: Sat, 31 Jul 2021 18:48:52 +0100 Subject: [PATCH] Updated .gitignore to account for more intellij files Signed-off-by: rodude123 --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2079cff..4422fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -29,14 +29,14 @@ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr + .idea/artifacts + .idea/compiler.xml + .idea/jarRepositories.xml + .idea/modules.xml + .idea/*.iml + .idea/modules + *.iml + *.ipr # CMake cmake-build-*/