moveconfig: Skip binary and ELF files
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2020 17:23:34 +0000 (11:23 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Aug 2020 17:43:10 +0000 (13:43 -0400)
commita38cc1726b65e63e77724c8bf4aa449cfe5cf21f
treed9109540cd63cbbfcdbadbef1cab551e6ab51f7a
parenta7fc1e12ad970c2c02b2728b23ae26008f55c9db
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>
tools/moveconfig.py