From 4855c2d8b03138123e95ecf2c75362da5248eee9 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 29 Apr 2024 13:03:49 +0200 Subject: [PATCH] build: include clangd files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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