[libcamera-devel] [PATCH] git: Add .gitignore file

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Dec 14 10:31:38 CET 2018


Hi Kieran,

Thank you for the patch.

On Friday, 14 December 2018 11:01:54 EET Kieran Bingham wrote:
> Provide an initial starting point for our ignore file.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 000000000000..420c8d5cd4df
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,4 @@
> +build/
> +patches/

I also regularly use a patches directory at the top level :-)

> +*.patch
> +*.orig

I wouldn't add *.orig here. It bothers me that the kernel ignores those files, 
as they then end up lying around unnoticed until I happen to stumble upon them 
and delete them.

The rest seems fine to me.

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

-- 
Regards,

Laurent Pinchart





More information about the libcamera-devel mailing list