Преглед изворни кода

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 месеци
родитељ
комит
9f5daa2d90
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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