[libcamera-devel] [RFC v3 3/5] gitignore: add .cache
Tomi Valkeinen
tomi.valkeinen at ideasonboard.com
Thu Dec 9 10:29:04 CET 2021
clangd produces a .cache directory. Add it to .gitignore.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d3d73615..cca829fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ build/
patches/
*.patch
*.pyc
+.cache
--
2.25.1
More information about the libcamera-devel
mailing list