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
parent
64221facda
commit
9f5daa2d90
|
@ -195,3 +195,7 @@ compile_commands.json
|
||||||
# Python development
|
# Python development
|
||||||
.venv
|
.venv
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
# Clion Configuration
|
||||||
|
.idea/
|
||||||
|
cmake-build-*
|
||||||
|
|
Loading…
Reference in New Issue