From e1f14c6e8b3002a1ae32828faff52bc856086a4f Mon Sep 17 00:00:00 2001 From: Greg Meiste Date: Wed, 2 Jun 2010 13:59:41 -0500 Subject: [PATCH] [ARM] Fix .gitignore for boot/compressed folder This change was found online at: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg27536.html With this change, git status comes back clean even after a build. Change-Id: I3a0dbd3430d2760131c63179008977b6a0ebe299 Signed-off-by: Greg Meiste --- arch/arm/boot/compressed/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore index ab204db594d3..3e728a6f9649 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 -- 2.34.1