commit | dc37c81b6ffbf253929408fa4660ca0df8ee0f43 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:00:52 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 8054740ca697d6e38cf84dc3af9c6761a25eed41 | |
parent | 768ff0ad786403e48c5ec56445a730bcd79b0ce2 [diff] |
dtoc: Ignore unwanted files when scanning for drivers We should ignore anything in the .git directory or any of the build-sandbox, etc. directories created by 'make check'. These can confuse dtoc. Update the code to ignore these. Signed-off-by: Simon Glass <sjg@chromium.org>