mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
When files were added, matching did not work and we were counting added files twice. Use sets to make sure we have a unique list of files. Signed-off-by: Anas Nashif <anas.nashif@intel.com>