Update gitignore for clion and cmake
parent
75aeecb0cf
commit
57f63e5f8e
|
@ -53,3 +53,10 @@ compile_commands.json
|
|||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.DS_Store
|
||||
|
||||
# Clion
|
||||
.idea
|
||||
|
||||
# Cmake
|
||||
cmake-build*
|
||||
CMakeUserPresets.json
|
||||
|
|
Loading…
Reference in New Issue