[libcamera-devel] [PATCH] libcamera: Add Python cache and compiled files to .gitignore
Niklas Söderlund
niklas.soderlund at ragnatech.se
Fri May 1 04:38:01 CEST 2020
Hi Laurent,
Thanks for your work.
On 2020-05-01 03:36:53 +0300, Laurent Pinchart wrote:
> To prepare for more widespread use of Python in libcamera, ignore Python
> cache and compiled files produced when importing modules directly from
> the source tree.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index e00516aaa716..f989dee3bcb0 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,5 @@
> +__pycache__/
> build/
> patches/
> *.patch
> +*.pyc
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list