This should complement changes done in:
commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c
Author: Albin Tonnerre <[email protected]>
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 <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html