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>
This commit is contained in:
Bartosz Golaszewski 2019-11-13 14:42:41 +01:00 committed by Tom Rini
parent 02b5670e65
commit 163b7641f8

View File

@ -1,4 +1,5 @@
/_libfdt.so
/_libfdt.*
/libfdt.py
/libfdt.pyc
/libfdt_wrap.c
/__pycache__