public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/1] .dockerignore: remove .git/ from build context
@ 2020-02-21  4:13 Heinrich Schuchardt
  2020-02-21 13:49 ` Bin Meng
  2020-04-28 13:52 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2020-02-21  4:13 UTC (permalink / raw)
  To: u-boot

We do not need .git in the build context.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 .dockerignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .dockerignore

diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..bbaab15
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,2 @@
+# ignore .git folder
+.git
--
2.25.0

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

end of thread, other threads:[~2020-04-28 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21  4:13 [PATCH 1/1] .dockerignore: remove .git/ from build context Heinrich Schuchardt
2020-02-21 13:49 ` Bin Meng
2020-04-28 13:52 ` Tom Rini

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