* [PATCH v3] arm: Fix .gitignore for boot/compressed folder
@ 2010-05-03 19:51 Sergio Aguirre
2010-05-03 19:58 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Sergio Aguirre @ 2010-05-03 19:51 UTC (permalink / raw)
To: linux-arm-kernel
This should complement changes done in:
commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Date: Fri Jan 8 14:42:43 2010 -0800
arm: add support for LZO-compressed kernels
It missed to do the respective changes in '.gitignore' file.
Also, add vmlinux to the list, which is generated also during
the build.
Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
arch/arm/boot/compressed/.gitignore | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index ab204db..3e728a6 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,3 +1,6 @@
font.c
-piggy.gz
+piggy.gzip
+piggy.lzo
+lib1funcs.S
vmlinux.lds
+vmlinux
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v3] arm: Fix .gitignore for boot/compressed folder
2010-05-03 19:51 [PATCH v3] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
@ 2010-05-03 19:58 ` Russell King - ARM Linux
2010-05-04 13:10 ` Aguirre, Sergio
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-05-03 19:58 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, May 03, 2010 at 02:51:25PM -0500, Sergio Aguirre wrote:
> This should complement changes done in:
>
> commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
> Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> Date: Fri Jan 8 14:42:43 2010 -0800
>
> arm: add support for LZO-compressed kernels
>
> It missed to do the respective changes in '.gitignore' file.
>
> Also, add vmlinux to the list, which is generated also during
> the build.
>
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Ok.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v3] arm: Fix .gitignore for boot/compressed folder
2010-05-03 19:58 ` Russell King - ARM Linux
@ 2010-05-04 13:10 ` Aguirre, Sergio
0 siblings, 0 replies; 3+ messages in thread
From: Aguirre, Sergio @ 2010-05-04 13:10 UTC (permalink / raw)
To: linux-arm-kernel
Russell,
From: Russell King - ARM Linux [mailto:linux at arm.linux.org.uk]
Sent: Monday, May 03, 2010 2:59 PM
> On Mon, May 03, 2010 at 02:51:25PM -0500, Sergio Aguirre wrote:
> > This should complement changes done in:
> >
> > commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
> > Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> > Date: Fri Jan 8 14:42:43 2010 -0800
> >
> > arm: add support for LZO-compressed kernels
> >
> > It missed to do the respective changes in '.gitignore' file.
> >
> > Also, add vmlinux to the list, which is generated also during
> > the build.
> >
> > Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> > Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
>
> Ok.
Thanks!
Regards,
Sergio
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-04 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 19:51 [PATCH v3] arm: Fix .gitignore for boot/compressed folder Sergio Aguirre
2010-05-03 19:58 ` Russell King - ARM Linux
2010-05-04 13:10 ` Aguirre, Sergio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).