All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file
@ 2013-07-18  7:12 tip-bot for Sami Kerola
  2013-07-18  7:48 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: tip-bot for Sami Kerola @ 2013-07-18  7:12 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, kerolasa, tglx

Commit-ID:  8192f5bccf26968a1d78ef71890f7a27f824119f
Gitweb:     http://git.kernel.org/tip/8192f5bccf26968a1d78ef71890f7a27f824119f
Author:     Sami Kerola <kerolasa@iki.fi>
AuthorDate: Wed, 17 Jul 2013 17:30:28 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 18 Jul 2013 09:03:33 +0200

x86/boot: Add lz4 compressed file to .gitignore file

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Link: http://lkml.kernel.org/n/tip-wjc5bf2MtnlqihpoMvzutwby@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/boot/compressed/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore
index 4a46fab..a30c02e 100644
--- a/arch/x86/boot/compressed/.gitignore
+++ b/arch/x86/boot/compressed/.gitignore
@@ -1,5 +1,6 @@
 relocs
 vmlinux.bin.all
+vmlinux.bin.lz4
 vmlinux.relocs
 vmlinux.lds
 mkpiggy

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file
  2013-07-18  7:12 [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file tip-bot for Sami Kerola
@ 2013-07-18  7:48 ` Ingo Molnar
  2013-07-18  7:58   ` Markus Trippelsdorf
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2013-07-18  7:48 UTC (permalink / raw)
  To: hpa, linux-kernel, tglx, kerolasa, Borislav Petkov; +Cc: linux-tip-commits


* tip-bot for Sami Kerola <tipbot@zytor.com> wrote:

> Commit-ID:  8192f5bccf26968a1d78ef71890f7a27f824119f
> Gitweb:     http://git.kernel.org/tip/8192f5bccf26968a1d78ef71890f7a27f824119f
> Author:     Sami Kerola <kerolasa@iki.fi>
> AuthorDate: Wed, 17 Jul 2013 17:30:28 +0100
> Committer:  Ingo Molnar <mingo@kernel.org>
> CommitDate: Thu, 18 Jul 2013 09:03:33 +0200
> 
> x86/boot: Add lz4 compressed file to .gitignore file
> 
> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
> Link: http://lkml.kernel.org/n/tip-wjc5bf2MtnlqihpoMvzutwby@git.kernel.org
> Signed-off-by: Ingo Molnar <mingo@kernel.org>
> ---
>  arch/x86/boot/compressed/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore
> index 4a46fab..a30c02e 100644
> --- a/arch/x86/boot/compressed/.gitignore
> +++ b/arch/x86/boot/compressed/.gitignore
> @@ -1,5 +1,6 @@
>  relocs
>  vmlinux.bin.all
> +vmlinux.bin.lz4
>  vmlinux.relocs
>  vmlinux.lds
>  mkpiggy

I removed this patch again, Boris pointed me to an overlapping, more 
complete patch posted at:

  http://marc.info/?l=linux-kbuild&m=137353601112047&w=2

and the top level .gitignore is where we exclude compressed files, not 
arch/x86/boot/compressed/.gitignore.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file
  2013-07-18  7:48 ` Ingo Molnar
@ 2013-07-18  7:58   ` Markus Trippelsdorf
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Trippelsdorf @ 2013-07-18  7:58 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: hpa, linux-kernel, tglx, kerolasa, Borislav Petkov, linux-tip-commits

On 2013.07.18 at 09:48 +0200, Ingo Molnar wrote:
> 
> * tip-bot for Sami Kerola <tipbot@zytor.com> wrote:
> 
> > Commit-ID:  8192f5bccf26968a1d78ef71890f7a27f824119f
> > Gitweb:     http://git.kernel.org/tip/8192f5bccf26968a1d78ef71890f7a27f824119f
> > Author:     Sami Kerola <kerolasa@iki.fi>
> > AuthorDate: Wed, 17 Jul 2013 17:30:28 +0100
> > Committer:  Ingo Molnar <mingo@kernel.org>
> > CommitDate: Thu, 18 Jul 2013 09:03:33 +0200
> > 
> > x86/boot: Add lz4 compressed file to .gitignore file
> > 
> > Signed-off-by: Sami Kerola <kerolasa@iki.fi>
> > Link: http://lkml.kernel.org/n/tip-wjc5bf2MtnlqihpoMvzutwby@git.kernel.org
> > Signed-off-by: Ingo Molnar <mingo@kernel.org>
> > ---
> >  arch/x86/boot/compressed/.gitignore | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore
> > index 4a46fab..a30c02e 100644
> > --- a/arch/x86/boot/compressed/.gitignore
> > +++ b/arch/x86/boot/compressed/.gitignore
> > @@ -1,5 +1,6 @@
> >  relocs
> >  vmlinux.bin.all
> > +vmlinux.bin.lz4
> >  vmlinux.relocs
> >  vmlinux.lds
> >  mkpiggy
> 
> I removed this patch again, Boris pointed me to an overlapping, more 
> complete patch posted at:
> 
>   http://marc.info/?l=linux-kbuild&m=137353601112047&w=2
> 
> and the top level .gitignore is where we exclude compressed files, not 
> arch/x86/boot/compressed/.gitignore.

FYI, Andrew already picked it up:
http://ozlabs.org/~akpm/mmots/broken-out/gitignore-ignore-lz4-files.patch

-- 
Markus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-18  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-18  7:12 [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file tip-bot for Sami Kerola
2013-07-18  7:48 ` Ingo Molnar
2013-07-18  7:58   ` Markus Trippelsdorf

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.