[libcamera-devel] [PATCH] libcamera: Add Python cache and compiled files to .gitignore

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri May 1 02:36:53 CEST 2020


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>
---
 .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



More information about the libcamera-devel mailing list