mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] images: ignore *.csfbin files
@ 2019-06-06  6:42 Rouven Czerwinski
  2019-06-06  6:42 ` [PATCH 2/2] firmware: add gitignore file for *.bin Rouven Czerwinski
  2019-06-07  6:58 ` [PATCH 1/2] images: ignore *.csfbin files Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Rouven Czerwinski @ 2019-06-06  6:42 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski

The csfbin files are created during a HABV4 build, ignore them since they
are automatically generated.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 images/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/.gitignore b/images/.gitignore
index fcde7f3c42..2de98228a3 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -19,6 +19,7 @@
 *.mlospi
 *.mxsbs
 *.mxssd
+*.csfbin
 pbl.lds
 barebox.x
 barebox.z
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-06-07  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06  6:42 [PATCH 1/2] images: ignore *.csfbin files Rouven Czerwinski
2019-06-06  6:42 ` [PATCH 2/2] firmware: add gitignore file for *.bin Rouven Czerwinski
2019-06-07  6:58 ` [PATCH 1/2] images: ignore *.csfbin files Sascha Hauer

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