From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:33:59 +0000 (+0200) Subject: build: include clangd files to .gitignore (#263) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dce38103bed462c4f87bfcdb80172ec22312e595;p=utf8proc.git build: include clangd files to .gitignore (#263) --- diff --git a/.gitignore b/.gitignore index ab91d1d..3a866ba 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ /build/ NEWS-update.jl libutf8proc.pc + +# clangd +/.cache/ +/compile_commands.json