All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: add files produced by b4
@ 2022-06-07  8:13 Andrey Zhizhikin
  2022-06-07 16:14 ` Tom Rini
  2022-06-17 13:16 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Zhizhikin @ 2022-06-07  8:13 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, Andrey Zhizhikin

b4 utility [1] is introduced by Linux Kernel developers and used to
fetch patches and patch series from lore.kernel.org and is proven
to be useful for U-Boot development. Detailed usage of the tool can be
read under post from the original author [2].

This tool fetches files from the list and populates the source folder
with additional files (*.cover and *.mbx) which are not ignored by git
and shown as newly added files.

Add those file patterns into .gitignore file, so they can be safely
skipped during changes attestation.

Link: [1]: https://pypi.org/project/b4/
Link: [2]: https://people.kernel.org/monsieuricon/introducing-b4-and-patch-attestation
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 28c439f09f..eb769f144c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.asn1.[ch]
 *.bin
 *.cfgout
+*.cover
 *.dtb
 *.dtbo
 *.dtb.S
@@ -22,6 +23,7 @@
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order

base-commit: 8f527342db4160a1f030de6fe4a1591787cce65a
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitignore: add files produced by b4
  2022-06-07  8:13 [PATCH] .gitignore: add files produced by b4 Andrey Zhizhikin
@ 2022-06-07 16:14 ` Tom Rini
  2022-06-17 13:16 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-06-07 16:14 UTC (permalink / raw)
  To: Andrey Zhizhikin; +Cc: u-boot, sjg

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

On Tue, Jun 07, 2022 at 10:13:00AM +0200, Andrey Zhizhikin wrote:

> b4 utility [1] is introduced by Linux Kernel developers and used to
> fetch patches and patch series from lore.kernel.org and is proven
> to be useful for U-Boot development. Detailed usage of the tool can be
> read under post from the original author [2].
> 
> This tool fetches files from the list and populates the source folder
> with additional files (*.cover and *.mbx) which are not ignored by git
> and shown as newly added files.
> 
> Add those file patterns into .gitignore file, so they can be safely
> skipped during changes attestation.
> 
> Link: [1]: https://pypi.org/project/b4/
> Link: [2]: https://people.kernel.org/monsieuricon/introducing-b4-and-patch-attestation
> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitignore: add files produced by b4
  2022-06-07  8:13 [PATCH] .gitignore: add files produced by b4 Andrey Zhizhikin
  2022-06-07 16:14 ` Tom Rini
@ 2022-06-17 13:16 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-06-17 13:16 UTC (permalink / raw)
  To: Andrey Zhizhikin; +Cc: u-boot, sjg

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

On Tue, Jun 07, 2022 at 10:13:00AM +0200, Andrey Zhizhikin wrote:

> b4 utility [1] is introduced by Linux Kernel developers and used to
> fetch patches and patch series from lore.kernel.org and is proven
> to be useful for U-Boot development. Detailed usage of the tool can be
> read under post from the original author [2].
> 
> This tool fetches files from the list and populates the source folder
> with additional files (*.cover and *.mbx) which are not ignored by git
> and shown as newly added files.
> 
> Add those file patterns into .gitignore file, so they can be safely
> skipped during changes attestation.
> 
> Link: [1]: https://pypi.org/project/b4/
> Link: [2]: https://people.kernel.org/monsieuricon/introducing-b4-and-patch-attestation
> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-17 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  8:13 [PATCH] .gitignore: add files produced by b4 Andrey Zhizhikin
2022-06-07 16:14 ` Tom Rini
2022-06-17 13:16 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.