Merge pull request #1599 from enetheru/gitignore
Update .gitignore to add .idea for the Jetbrains CLion IDEpull/1355/merge
commit
78f5d99fd9
|
@ -195,3 +195,7 @@ compile_commands.json
|
|||
# Python development
|
||||
.venv
|
||||
venv
|
||||
|
||||
# Clion Configuration
|
||||
.idea/
|
||||
cmake-build-*
|
||||
|
|
Loading…
Reference in New Issue