linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add generated powerpc files to .gitignore
@ 2006-11-20 18:25 Rutger Nijlunsing
  2006-11-21 18:10 ` Kim Phillips
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Nijlunsing @ 2006-11-20 18:25 UTC (permalink / raw)
  To: linuxppc-dev

Is this the right place for patches like this to be digisted?  This
patch adds files generated on a G3 PowerBook built of 2.6-git...


Author: Rutger Nijlunsing <linuxppc-dev@tux.tmfweb.nl>
Date:   Mon Nov 20 18:52:56 2006 +0100

    Add generated powerpc files to .gitignore

diff --git a/arch/powerpc/.gitignore b/arch/powerpc/.gitignore
new file mode 100644
index 0000000..a1a869c
--- /dev/null
+++ b/arch/powerpc/.gitignore
@@ -0,0 +1 @@
+include
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index 45c9ad2..dadf873 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -1,20 +1,30 @@
 addnote
+empty.c
+hack-coff
 infblock.c
 infblock.h
 infcodes.c
 infcodes.h
 inffast.c
 inffast.h
+inffixed.h
 inflate.c
+inflate.h
 inftrees.c
 inftrees.h
 infutil.c
 infutil.h
 kernel-vmlinux.strip.c
 kernel-vmlinux.strip.gz
 uImage
 zImage
+zImage.chrp
+zImage.coff
+zImage.coff.lds
+zImage.lds
+zImage.miboot
+zImage.pmac
 zImage.vmode
 zconf.h
 zlib.h
 zutil.h


-- 
Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
never attribute to a conspiracy which can be explained by incompetence
----------------------------------------------------------------------

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

* Re: [PATCH] Add generated powerpc files to .gitignore
  2006-11-20 18:25 [PATCH] Add generated powerpc files to .gitignore Rutger Nijlunsing
@ 2006-11-21 18:10 ` Kim Phillips
  0 siblings, 0 replies; 2+ messages in thread
From: Kim Phillips @ 2006-11-21 18:10 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: rutger, linuxppc-dev

On Mon, 20 Nov 2006 19:25:19 +0100
Rutger Nijlunsing <rutger@nospam.com> wrote:

> Is this the right place for patches like this to be digisted?  This

yes,

> patch adds files generated on a G3 PowerBook built of 2.6-git...
> 
some of these (e.g. empty.c) are already in the powerpc git tree, and some are not; the arch/powerpc/boot/Makefile lists all possible file names (not just the pmac's) that should be in the .gitignore file.  please base off of Paul Mackerras' powerpc git tree, and respin with all files not already in .gitignore.

Thanks,

Kim

> 
> Author: Rutger Nijlunsing <linuxppc-dev@tux.tmfweb.nl>
> Date:   Mon Nov 20 18:52:56 2006 +0100
> 
>     Add generated powerpc files to .gitignore
> 
> diff --git a/arch/powerpc/.gitignore b/arch/powerpc/.gitignore
> new file mode 100644
> index 0000000..a1a869c
> --- /dev/null
> +++ b/arch/powerpc/.gitignore
> @@ -0,0 +1 @@
> +include
> diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
> index 45c9ad2..dadf873 100644
> --- a/arch/powerpc/boot/.gitignore
> +++ b/arch/powerpc/boot/.gitignore
> @@ -1,20 +1,30 @@
>  addnote
> +empty.c
> +hack-coff
>  infblock.c
>  infblock.h
>  infcodes.c
>  infcodes.h
>  inffast.c
>  inffast.h
> +inffixed.h
>  inflate.c
> +inflate.h
>  inftrees.c
>  inftrees.h
>  infutil.c
>  infutil.h
>  kernel-vmlinux.strip.c
>  kernel-vmlinux.strip.gz
>  uImage
>  zImage
> +zImage.chrp
> +zImage.coff
> +zImage.coff.lds
> +zImage.lds
> +zImage.miboot
> +zImage.pmac
>  zImage.vmode
>  zconf.h
>  zlib.h
>  zutil.h
> 
> 
> -- 
> Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
> never attribute to a conspiracy which can be explained by incompetence
> ----------------------------------------------------------------------
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

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

end of thread, other threads:[~2006-11-21 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 18:25 [PATCH] Add generated powerpc files to .gitignore Rutger Nijlunsing
2006-11-21 18:10 ` Kim Phillips

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).