mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
To: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Michael Roth <mroth@nessie.de>,
	Albin Tonnerre <albin.tonnerre@free-electrons.com>,
	Russell King <linux@arm.linux.org.uk>,
	Daniel Hobi <daniel.hobi@schmid-telecom.ch>
Subject: [PATCH] [ARM] .gitignore: Ignore piggy.gzip, lib1funcs.S and vmlinux
Date: Tue, 31 Aug 2010 14:52:17 +0200	[thread overview]
Message-ID: <1283259137-28480-1-git-send-email-daniel.hobi@schmid-telecom.ch> (raw)
In-Reply-To: <1272015498-10749-1-git-send-email-mroth@nessie.de>

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@schmid-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


      parent reply	other threads:[~2010-08-31 13:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-23  9:38 [PATCH] [ARM] .gitignore: Ignore piggy.lzo, " Michael Roth
2010-04-23 20:59 ` Michal Marek
2010-05-01 10:11 ` Russell King - ARM Linux
2010-08-31 12:52 ` Daniel Hobi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1283259137-28480-1-git-send-email-daniel.hobi@schmid-telecom.ch \
    --to=daniel.hobi@schmid-telecom.ch \
    --cc=albin.tonnerre@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mroth@nessie.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®