Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ so3/usr/lib/libc/include/asm
so3/rootfs/rootfs.fat
# lvgl is fetched at build time (meta-usr lvgl bbappend, :lvgl override), not a submodule
so3/usr/lib/lvgl/
# ... and everything below is materialized into the usr tree by the lvgl
# patch set / quilt at build time — never track it (a tracked copy makes
# do_patch fail on a fresh clone with "would create ... which already exists")
so3/usr/patches/
so3/usr/lib/slv/
so3/usr/lib/lv_conf.h
so3/usr/src/fillfb.c
so3/usr/src/lvgl_demo.c
so3/usr/src/lvgl_perf.c
so3/usr/src/lvgl_benchmark.c
so3/usr/src/lvgl_widgets.c
# The whole linux/ tree is a build working area, not committed: linux/linux
# is the fetched agency kernel, linux/usr is regenerated from the meta-usr
# patch set (base + :soo), linux/images holds rendered ITS + .itb output.
Expand Down
Loading
Loading