Merge pull request #1599 from enetheru/gitignore

Update .gitignore to add .idea for the Jetbrains CLion IDE
pull/1355/merge
David Snopek 2024-09-24 05:37:41 -05:00 committed by GitHub
commit 78f5d99fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

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