update .gitignore to add .idea for the Jetbrains CLion IDE

and also the default cmake build directory when building in clion cmake-build-*
pull/1599/head
Samuel Nicholas 2024-09-19 21:38:35 +09:30
parent 64221facda
commit 9f5daa2d90
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

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