Skip to content

Commit 57f63e5

Browse files
committed
Update gitignore for clion and cmake
1 parent 75aeecb commit 57f63e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ compile_commands.json
5353
.vscode/*
5454
!.vscode/extensions.json
5555
.DS_Store
56+
57+
# Clion
58+
.idea
59+
60+
# Cmake
61+
cmake-build*
62+
CMakeUserPresets.json

0 commit comments

Comments
 (0)