mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
02b5670e65
commit
163b7641f8
1 changed files with 2 additions and 1 deletions
3
scripts/dtc/pylibfdt/.gitignore
vendored
3
scripts/dtc/pylibfdt/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/_libfdt.so
|
||||
/_libfdt.*
|
||||
/libfdt.py
|
||||
/libfdt.pyc
|
||||
/libfdt_wrap.c
|
||||
/__pycache__
|
||||
|
|
Loading…
Reference in a new issue