Skip to content

Commit 083e172

Browse files
committedJan 9, 2023
update gitignore list for ignoring Clangd files
Signed-off-by: Anjan Roy <[email protected]>
1 parent 7596663 commit 083e172

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66

77
__pycache__
88
.pytest_cache
9+
10+
# For Clangd
11+
compile_commands.json
12+
.cache

0 commit comments

Comments
 (0)
Please sign in to comment.