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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
__pycache__/
|
||||
build/
|
||||
patches/
|
||||
*.patch
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user