[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1283259137-28480-1-git-send-email-daniel.hobi@schmid-telecom.ch>
Date: Tue, 31 Aug 2010 14:52:17 +0200
From: Daniel Hobi <daniel.hobi@...mid-telecom.ch>
To: linux-kernel@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org,
Michael Roth <mroth@...sie.de>,
Albin Tonnerre <albin.tonnerre@...e-electrons.com>,
Russell King <linux@....linux.org.uk>,
Daniel Hobi <daniel.hobi@...mid-telecom.ch>
Subject: [PATCH] [ARM] .gitignore: Ignore piggy.gzip, lib1funcs.S and vmlinux
Commit e7db7b42 (arm: add support for LZO-compressed kernels) added
intermediate files piggy.gzip and lib1funcs.S without adding them to
.gitignore.
Commit 6db823c (Fix up .gitignore for top-level file patterns) changed
vmlinux to /vmlinux in the top-level .gitignore, thus making
arch/arm/boot/compressed/vmlinux visible.
Signed-off-by: Daniel Hobi <daniel.hobi@...mid-telecom.ch>
---
This patch revives https://patchwork.kernel.org/patch/94654/
([ARM] .gitignore: Ignore piggy.lzo, lib1funcs.S and vmlinux)
by Michael Roth with the following changes:
- do not add piggy.lzo because it is now covered by *.lzo rule
from top-level .gitignore
- Ignore piggy.gzip (instead of piggy.gz)
Please keep me on CC since I am not a subscriber.
arch/arm/boot/compressed/.gitignore | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index ab204db..e02c52e 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,3 +1,5 @@
font.c
-piggy.gz
+lib1funcs.S
+piggy.gzip
+vmlinux
vmlinux.lds
--
1.7.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists