From 9f5daa2d904c8acae0540c11ee35cd1f78724429 Mon Sep 17 00:00:00 2001 From: Samuel Nicholas Date: Thu, 19 Sep 2024 21:38:35 +0930 Subject: [PATCH] update .gitignore to add .idea for the Jetbrains CLion IDE and also the default cmake build directory when building in clion cmake-build-* --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4183b24fc..ee9a3f756 100644 --- a/.gitignore +++ b/.gitignore @@ -195,3 +195,7 @@ compile_commands.json # Python development .venv venv + +# Clion Configuration +.idea/ +cmake-build-*