From: Tino Keitel <tino@tikei.de>
To: linux-kbuild@vger.kernel.org
Subject: [PATCH] .gitignore: ignore *.xz files
Date: Tue, 22 Feb 2011 20:26:08 +0100 [thread overview]
Message-ID: <20110222192608.GA7125@mac.home> (raw)
The kernel image can now be xz compressed. Ignore such files.
Acked-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Tino Keitel <tino@tikei.de>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8faa6c0..c0128d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ modules.builtin
*.bz2
*.lzma
*.lzo
+*.xz
*.patch
*.gcno
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
next reply other threads:[~2011-02-22 19:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-22 19:26 Tino Keitel [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-22 9:48 [PATCH] .gitignore: ignore *.xz files Romain Francoise
2011-02-20 23:28 Tino Keitel
2011-02-20 23:41 ` Jesper Juhl
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=20110222192608.GA7125@mac.home \
--to=tino@tikei.de \
--cc=linux-kbuild@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.