mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
If we want to check if a file is not from one of the listed folders, it needs to be check that "NOT x AND NOT y AND NOT z" is true, instead of "NOT x OR NOT y OR NOT z"