commit | ce44bf537db465b04b68da0e4ab18bda5b111eb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 11 11:23:34 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 23 13:43:10 2020 -0400 |
tree | d9109540cd63cbbfcdbadbef1cab551e6ab51f7a | |
parent | a3dc6a497a22d14f948801d24062afbd1ede46d8 [diff] |
moveconfig: Skip binary and ELF files Add a few more file extensions to the list of files that should not be processed. This avoids unicode errors, for example. Signed-off-by: Simon Glass <sjg@chromium.org>