summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-01 02:53:07 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-01 17:51:59 +0300
commit6adb37d7194d87df2dbccb8cc88b4b59100bbcd7 (patch)
treef0fa38035ff2c4b8522624fa6dcb4da7895dd5c5 /.gitignore
parent1c883def04bdb22a2c8a2ed9b0e72f85a744fa2b (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e00516aa..f989dee3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+__pycache__/
build/
patches/
*.patch
+*.pyc