mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore mvebu binary.0 firmware files
@ 2024-01-08 13:08 Ahmad Fatoum
  2024-01-10  6:46 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-01-08 13:08 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

After a run of test/generate-dummy-fw.sh, following dummy firmware is
generated and is not matched by any .gitignore:

  arch/arm/boards/globalscale-mirabox/binary.0
  arch/arm/boards/lenovo-ix4-300d/binary.0
  arch/arm/boards/marvell-armada-xp-db/binary.0
  arch/arm/boards/marvell-armada-xp-gp/binary.0
  arch/arm/boards/netgear-rn104/binary.0
  arch/arm/boards/netgear-rn2120/binary.0
  arch/arm/boards/plathome-openblocks-ax3/binary.0
  arch/arm/boards/turris-omnia/binary.0

Add a top-level rule to make them not appear in git's untracked files
list.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3b9cd6a25aff..f0afd899e1a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@
 *.so.dbg
 *.symtypes
 *.tab.[ch]
+binary.0
 Module.symvers
 *.dtb
 *.dtb.*
-- 
2.39.2




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

end of thread, other threads:[~2024-01-10  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 13:08 [PATCH] gitignore: ignore mvebu binary.0 firmware files Ahmad Fatoum
2024-01-10  6:46 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox