[libcamera-devel] [PATCH] Added .cache directory to .gitignore under editors for clangd

Abhay Raj Singh abhayofficialone at gmail.com
Sat Mar 27 06:03:34 CET 2021


Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which
generate .cache in the main folder, currently, there's no way to customize
that
according to the issue https://github.com/clangd/coc-clangd/issues/50

I am new to git over email, tbh this is my first patch. I followed a tut on
git-scm.com.
I drafted this using git send-email and am editing this in the Gmail draft.
I copied [libcamera-devel] from other emails, please do let me know
if did I something wrong and any better workflow.

Thanks!

Signed-off-by: Abhay Raj Singh <abhayofficialone at gmail.com>

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index d3d73615..08416dcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,6 @@ build/
 patches/
 *.patch
 *.pyc
+
+# editors
+.cache/
--
2.31.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20210327/714c10e5/attachment.htm>


More information about the libcamera-devel mailing list