linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: saaguirre@ti.com (Sergio Aguirre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: Fix .gitignore for boot/compressed folder
Date: Thu, 25 Feb 2010 09:55:45 -0600	[thread overview]
Message-ID: <1267113345-18426-1-git-send-email-saaguirre@ti.com> (raw)

This should complements 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.

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
---
 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..bb984af 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -1,3 +1,5 @@
 font.c
-piggy.gz
+piggy.gzip
+piggy.lzo
+lib1funcs.S
 vmlinux.lds
-- 
1.6.3.3

             reply	other threads:[~2010-02-25 15:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25 15:55 Sergio Aguirre [this message]
2010-03-12 17:51 ` [PATCH] arm: Fix .gitignore for boot/compressed folder Aguirre, Sergio
2010-04-27 21:14 ` Aguirre, Sergio
2010-05-02 12:20 ` Uwe Kleine-König
2010-05-03 15:24   ` Aguirre, Sergio
2010-05-03 18:43     ` Uwe Kleine-König
2010-05-03 19:01       ` Aguirre, Sergio

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=1267113345-18426-1-git-send-email-saaguirre@ti.com \
    --to=saaguirre@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).