Skip to content

Commit 18a1701

Browse files
muditsharmaa-armadeaarm
authored andcommitted
Add clangd .cache folder to .gitignore
Clangd is a commonly used language server and it generates a cache folder in the root of the project that we can ignore. Signed-off-by: Mudit Sharma <mudit.sharma@arm.com> Change-Id: I60721a060d5548b940279859de01e81dd73a537f
1 parent 3be4129 commit 18a1701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ venv
2727
.venv
2828

2929
trusted_firmware_m.egg-info/
30+
31+
# clangd
32+
.cache/

0 commit comments

Comments
 (0)