Browse Source

update .gitignore to add .idea for the Jetbrains CLion IDE
and also the default cmake build directory when building in clion cmake-build-*

Samuel Nicholas 11 months ago
parent
commit
9f5daa2d90
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -195,3 +195,7 @@ compile_commands.json
 # Python development
 # Python development
 .venv
 .venv
 venv
 venv
+
+# Clion Configuration
+.idea/
+cmake-build-*