From 6adb37d7194d87df2dbccb8cc88b4b59100bbcd7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 1 May 2020 02:53:07 +0300 Subject: libcamera: Add Python cache and compiled files to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Niklas Söderlund --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e00516aa..f989dee3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +__pycache__/ build/ patches/ *.patch +*.pyc -- cgit v1.2.1