From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Sam Ravnborg <sam@ravnborg.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Randy Dunlap <randy.dunlap@oracle.com>,
Russell King <rmk+lkml@arm.linux.org.uk>,
benh@kernel.crashing.org, paulus@samba.org
Subject: Re: [PATCH] gitignore: add *.bz2 and *.cpio to top-level; clean up usr/
Date: Sat, 27 Jun 2009 03:56:11 +0530 [thread overview]
Message-ID: <1246055171.2988.18.camel@hpdv5.satnam> (raw)
In-Reply-To: <1245569547.2480.18.camel@ht.satnam>
Hello Sam, Peter,
On Sun, 2009-06-21 at 13:02 +0530, Jaswinder Singh Rajput wrote:
> On Sat, 2009-06-20 at 13:52 -0700, H. Peter Anvin wrote:
> > Add *.bz2 and *.cpio to the top-level gitignore file, for consistency
> > with *.gz and *.lzma which are already there. Remove specific rules
> > in usr/gitignore, since they are now covered by the global rules.
> >
> > Signed-off-by: H. Peter Anvin <hpa@zytor.com>
> > Cc: Sam Ravnborg <sam@ravnborg.org>
>
> It seems this is based on my patch :
>
> [PATCH] gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
>
> And you forget to CC me ;-)
>
> Are you trying to do this, fill signed-off-by and enjoy :
>
> [PATCH] Add *.bz2 and *.cpio to the top-level gitignore file, for consistency
> with *.gz and *.lzma which are already there. Remove specific rules
> in other gitignores, since they are now covered by the global rules.
>
> ---
> .gitignore | 2 ++
> Documentation/DocBook/.gitignore | 1 -
> arch/arm/boot/compressed/.gitignore | 1 -
> arch/powerpc/boot/.gitignore | 1 -
> kernel/.gitignore | 1 -
> usr/.gitignore | 2 --
> 6 files changed, 2 insertions(+), 6 deletions(-)
>
What is your views about this patch.
Thanks,
--
JSR
> diff --git a/.gitignore b/.gitignore
> index cecb3b0..a255340 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -25,6 +25,8 @@
> *.elf
> *.bin
> *.gz
> +*.bz2
> +*.cpio
> *.lzma
> *.patch
>
> diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
> index c6def35..0c91638 100644
> --- a/Documentation/DocBook/.gitignore
> +++ b/Documentation/DocBook/.gitignore
> @@ -2,7 +2,6 @@
> *.ps
> *.pdf
> *.html
> -*.9.gz
> *.9
> *.aux
> *.dvi
> diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
> index ab204db..269b788 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,3 +1,2 @@
> font.c
> -piggy.gz
> vmlinux.lds
> diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
> index 2f50acd..af4105b 100644
> --- a/arch/powerpc/boot/.gitignore
> +++ b/arch/powerpc/boot/.gitignore
> @@ -16,7 +16,6 @@ inftrees.h
> infutil.c
> infutil.h
> kernel-vmlinux.strip.c
> -kernel-vmlinux.strip.gz
> mktree
> uImage
> cuImage.*
> diff --git a/kernel/.gitignore b/kernel/.gitignore
> index ab4f109..04f6d83 100644
> --- a/kernel/.gitignore
> +++ b/kernel/.gitignore
> @@ -2,5 +2,4 @@
> # Generated files
> #
> config_data.h
> -config_data.gz
> timeconst.h
> diff --git a/usr/.gitignore b/usr/.gitignore
> index 69b2e89..4d7d9f4 100644
> --- a/usr/.gitignore
> +++ b/usr/.gitignore
> @@ -2,7 +2,5 @@
> # Generated files
> #
> gen_init_cpio
> -initramfs_data.cpio
> -initramfs_data.cpio.gz
> initramfs_list
> include
prev parent reply other threads:[~2009-06-26 22:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-20 20:52 [PATCH] gitignore: add *.bz2 and *.cpio to top-level; clean up usr/ H. Peter Anvin
2009-06-21 7:32 ` Jaswinder Singh Rajput
2009-06-26 22:21 ` Sam Ravnborg
2009-06-26 22:23 ` H. Peter Anvin
2009-06-26 22:43 ` Sam Ravnborg
2009-06-26 22:51 ` H. Peter Anvin
2009-06-27 7:47 ` Sam Ravnborg
2009-06-27 8:41 ` Jaswinder Singh Rajput
2009-06-30 1:30 ` H. Peter Anvin
2009-06-26 22:30 ` H. Peter Anvin
2009-06-26 22:31 ` Jaswinder Singh Rajput
2009-06-26 22:46 ` Sam Ravnborg
2009-06-26 22:51 ` Jaswinder Singh Rajput
2009-06-26 22:26 ` Jaswinder Singh Rajput [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=1246055171.2988.18.camel@hpdv5.satnam \
--to=jaswinder@kernel.org \
--cc=benh@kernel.crashing.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@samba.org \
--cc=randy.dunlap@oracle.com \
--cc=rmk+lkml@arm.linux.org.uk \
--cc=sam@ravnborg.org \
--cc=torvalds@linux-foundation.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