Skip to content

Commit 9f5daa2

Browse files
committed
update .gitignore to add .idea for the Jetbrains CLion IDE
and also the default cmake build directory when building in clion cmake-build-*
1 parent 64221fa commit 9f5daa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,7 @@ compile_commands.json
195195
# Python development
196196
.venv
197197
venv
198+
199+
# Clion Configuration
200+
.idea/
201+
cmake-build-*

0 commit comments

Comments
 (0)