U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: .gitignore: ignore board-specific generated files
@ 2014-02-28 10:59 Masahiro Yamada
  2014-03-04 19:19 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2014-02-28 10:59 UTC (permalink / raw)
  To: u-boot

Ignore
  - board/cray/L1/bootscript.{c|image}
  - board/matrix_vision/mvblm7/bootscript.img
  - board/maxtir_vision/mvsmr/bootscript.img

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
---
 board/cray/L1/.gitignore              | 2 ++
 board/matrix_vision/mvblm7/.gitignore | 1 +
 board/matrix_vision/mvsmr/.gitignore  | 1 +
 3 files changed, 4 insertions(+)
 create mode 100644 board/cray/L1/.gitignore
 create mode 100644 board/matrix_vision/mvblm7/.gitignore
 create mode 100644 board/matrix_vision/mvsmr/.gitignore

diff --git a/board/cray/L1/.gitignore b/board/cray/L1/.gitignore
new file mode 100644
index 0000000..cd76d66
--- /dev/null
+++ b/board/cray/L1/.gitignore
@@ -0,0 +1,2 @@
+bootscript.c
+bootscript.image
diff --git a/board/matrix_vision/mvblm7/.gitignore b/board/matrix_vision/mvblm7/.gitignore
new file mode 100644
index 0000000..469f1bc
--- /dev/null
+++ b/board/matrix_vision/mvblm7/.gitignore
@@ -0,0 +1 @@
+bootscript.img
diff --git a/board/matrix_vision/mvsmr/.gitignore b/board/matrix_vision/mvsmr/.gitignore
new file mode 100644
index 0000000..469f1bc
--- /dev/null
+++ b/board/matrix_vision/mvsmr/.gitignore
@@ -0,0 +1 @@
+bootscript.img
-- 
1.8.3.2

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

* [U-Boot] board: .gitignore: ignore board-specific generated files
  2014-02-28 10:59 [U-Boot] [PATCH] board: .gitignore: ignore board-specific generated files Masahiro Yamada
@ 2014-03-04 19:19 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-03-04 19:19 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 28, 2014 at 07:59:16PM +0900, Masahiro Yamada wrote:

> Ignore
>   - board/cray/L1/bootscript.{c|image}
>   - board/matrix_vision/mvblm7/bootscript.img
>   - board/maxtir_vision/mvsmr/bootscript.img
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140304/0d1b9f2d/attachment.pgp>

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

end of thread, other threads:[~2014-03-04 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 10:59 [U-Boot] [PATCH] board: .gitignore: ignore board-specific generated files Masahiro Yamada
2014-03-04 19:19 ` [U-Boot] " Tom Rini

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