* [PATCH] scripts: .gitignore: ignore mvebuimg binary
@ 2020-06-02 8:50 Ahmad Fatoum
2020-06-03 7:13 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2020-06-02 8:50 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
If selected, we generate a mvebuimg binary that should be ignored by
version control. Add .gitignore entry to do so.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
scripts/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/.gitignore b/scripts/.gitignore
index c3ac0b570283..7c9a3f55715f 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -31,3 +31,4 @@ omap3-usb-loader
mips-relocs
rsatoc
stm32image
+mvebuimg
--
2.27.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-03 7:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 8:50 [PATCH] scripts: .gitignore: ignore mvebuimg binary Ahmad Fatoum
2020-06-03 7:13 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox