[libcamera-devel] [RFC v3 3/5] gitignore: add .cache

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Dec 9 10:48:27 CET 2021


Quoting Tomi Valkeinen (2021-12-09 09:29:04)
> clangd produces a .cache directory. Add it to .gitignore.
> 

I don't use clangd (maybe I should?) so this sounds quite specific to
your use case, but I don't object to it. A '.cache' certainly shouldn't
ever get commited.


Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> 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