Skip to content

Commit 6a23e56

Browse files
committed
Updated gitignore
1 parent d4e205f commit 6a23e56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.vscode/
66
.idea/
7+
.clangd/
78

89
# =========================
910
# Build
@@ -12,7 +13,8 @@
1213
*build/
1314

1415
# =========================
15-
# CMake
16+
# Generated Files
1617
# =========================
1718

18-
CMakeLists.txt.user
19+
CMakeLists.txt.user
20+
compile_commands.json

0 commit comments

Comments
 (0)