Skip to content

Commit

Permalink
update .gitignore to add .idea for the Jetbrains CLion IDE
Browse files Browse the repository at this point in the history
and also the default cmake build directory when building in clion cmake-build-*
  • Loading branch information
enetheru committed Sep 24, 2024
1 parent 64221fa commit 9f5daa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,7 @@ compile_commands.json
# Python development
.venv
venv

# Clion Configuration
.idea/
cmake-build-*

0 comments on commit 9f5daa2

Please sign in to comment.