libcamera: Add Python cache and compiled files to .gitignore

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@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
Laurent Pinchart 2020-05-01 02:53:07 +03:00
parent 1c883def04
commit 6adb37d719

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
__pycache__/
build/
patches/
*.patch
*.pyc