Merge pull request #1599 from enetheru/gitignore

Update .gitignore to add .idea for the Jetbrains CLion IDE
This commit is contained in:
David Snopek
2024-09-24 05:37:41 -05:00
committed by GitHub

4
.gitignore vendored
View File

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