* [U-Boot] [PATCH] scripts: dtc: ignore files generated generated by python
@ 2019-11-13 13:42 Bartosz Golaszewski
2019-11-24 14:56 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2019-11-13 13:42 UTC (permalink / raw)
To: u-boot
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
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>
---
scripts/dtc/pylibfdt/.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/dtc/pylibfdt/.gitignore b/scripts/dtc/pylibfdt/.gitignore
index 033f23dfdd..3a512001c9 100644
--- a/scripts/dtc/pylibfdt/.gitignore
+++ b/scripts/dtc/pylibfdt/.gitignore
@@ -1,4 +1,5 @@
-/_libfdt.so
+/_libfdt.*
/libfdt.py
/libfdt.pyc
/libfdt_wrap.c
+/__pycache__
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-24 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 13:42 [U-Boot] [PATCH] scripts: dtc: ignore files generated generated by python Bartosz Golaszewski
2019-11-24 14:56 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox