Skip to content

Commit e751531

Browse files
enetherudsnopek
authored andcommitted
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 9f5daa2)
1 parent 2de650b commit e751531

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)