commit | a38cc1726b65e63e77724c8bf4aa449cfe5cf21f | [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 | a7fc1e12ad970c2c02b2728b23ae26008f55c9db [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>