Sfoglia il codice sorgente

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

(cherry picked from commit 9f5daa2d904c8acae0540c11ee35cd1f78724429)

Samuel Nicholas 11 mesi fa
parent
commit
6cb5eb9bca
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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