Skip to content

Commit ac98267

Browse files
committed
chore: update .gitignore to include additional build and IDE files
1 parent eeabf7c commit ac98267

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# CMake
22
**cmake-build*/
3+
build/
34

45
# All idea files
56
**.idea*/
67

8+
# Visual Studio Code
9+
.vscode/
10+
.history/
11+
12+
# Clangd rules
13+
.clangd
14+
715
# File-based project format
816
*.iws
917

0 commit comments

Comments
 (0)