[Feature] bookmark.ignore to selectively ignore or include directories

allows blacklist / whitelisting of bookmarks by directory

Change-Id: I4eb684bb5775d1bba1c97b416e7d25e4763be553
This commit is contained in:
William Wilgus 2025-01-14 23:07:12 -05:00
parent c7dfb9f916
commit a8f6ddc5ed
3 changed files with 94 additions and 16 deletions

View file

@ -395,6 +395,9 @@ sub buildzip {
# create the file so the talkclip generation skips this folder
open(IGNORE, ">$temp_dir/talkclips.ignore") || die "can't open talkclips.ignore";
close(IGNORE);
# create the file so bookmark generation skips this folder
open(IGNORE, ">$temp_dir/bookmark.ignore") || die "can't open bookmark.ignore";
close(IGNORE);
# the samsung ypr0 has a loader script that's needed in the zip
if ($modelname =~ /samsungypr[01]/) {