commit | 163b7641f8d039ecf84abb8ac1ed9eff655c14e4 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Nov 13 14:42:41 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 23 14:53:48 2019 -0500 |
tree | 86998af5218e2ce0666280e550688609d2fca66a | |
parent | 02b5670e65ae28d01dd8883968a2feddb77095b2 [diff] |
scripts: dtc: ignore files generated generated by python Add __pycache__ to ignored files and extend the rule for _libfdt to also include generated shared objects (e.g. _libfdt.cpython-37m-x86_64-linux-gnu.so). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>