<div dir="ltr">Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which<br>generate .cache in the main folder, currently, there's no way to customize that<br>according to the issue <a href="https://github.com/clangd/coc-clangd/issues/50">https://github.com/clangd/coc-clangd/issues/50<br></a><div><br></div><div>I am new to git over email, tbh this is my first patch. I followed a tut on <a href="http://git-scm.com">git-scm.com</a>.</div><div>I drafted this using git send-email and am editing this in the Gmail draft.</div><div>I copied [libcamera-devel] from other emails, please do let me know</div><div>if did I something wrong and any better workflow.</div><div><br></div><div>Thanks!<br></div><div><br></div>Signed-off-by: Abhay Raj Singh <<a href="mailto:abhayofficialone@gmail.com">abhayofficialone@gmail.com</a>><br><br>---<br> .gitignore | 3 +++<br> 1 file changed, 3 insertions(+)<br><br>diff --git a/.gitignore b/.gitignore<br>index d3d73615..08416dcb 100644<br>--- a/.gitignore<br>+++ b/.gitignore<br>@@ -5,3 +5,6 @@ build/<br> patches/<br> *.patch<br> *.pyc<br>+<br>+# editors<br>+.cache/<br>--<br>2.31.0</div>