* [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
* [U-Boot] [PATCH] scripts: dtc: ignore files generated generated by python
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
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-11-24 14:56 UTC (permalink / raw)
To: u-boot
On Wed, Nov 13, 2019 at 02:42:41PM +0100, Bartosz Golaszewski wrote:
> 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>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191124/84a4599f/attachment.sig>
^ permalink raw reply [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