* [PATCH] make git ignore new wrapper generated files
@ 2006-11-11 0:08 Kim Phillips
2006-11-13 20:50 ` Matthew McClintock
0 siblings, 1 reply; 4+ messages in thread
From: Kim Phillips @ 2006-11-11 0:08 UTC (permalink / raw)
To: linuxppc-dev
The new 'wrapper' code generates files that git should ignore;
add them to .gitignore.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
arch/powerpc/boot/.gitignore | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index 45c9ad2..590e72f 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -1,20 +1,27 @@
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
+mktree
uImage
zImage
zImage.vmode
+zImage.coff.lds
+zImage.lds
zconf.h
zlib.h
zutil.h
--
1.4.2.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] make git ignore new wrapper generated files
2006-11-11 0:08 [PATCH] make git ignore new wrapper generated files Kim Phillips
@ 2006-11-13 20:50 ` Matthew McClintock
2006-11-13 21:41 ` Mark A. Greer
0 siblings, 1 reply; 4+ messages in thread
From: Matthew McClintock @ 2006-11-13 20:50 UTC (permalink / raw)
To: Kim Phillips; +Cc: linuxppc-dev
On Fri, 2006-11-10 at 18:08 -0600, Kim Phillips wrote:
> The new 'wrapper' code generates files that git should ignore;
> add them to .gitignore.
Why don't we just add these files to be cleaned correctly?
-Matthew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] make git ignore new wrapper generated files
2006-11-13 20:50 ` Matthew McClintock
@ 2006-11-13 21:41 ` Mark A. Greer
2006-11-13 22:45 ` Michael Ellerman
0 siblings, 1 reply; 4+ messages in thread
From: Mark A. Greer @ 2006-11-13 21:41 UTC (permalink / raw)
To: Matthew McClintock; +Cc: linuxppc-dev
On Mon, Nov 13, 2006 at 02:50:20PM -0600, Matthew McClintock wrote:
> On Fri, 2006-11-10 at 18:08 -0600, Kim Phillips wrote:
> > The new 'wrapper' code generates files that git should ignore;
> > add them to .gitignore.
>
> Why don't we just add these files to be cleaned correctly?
Its cleans up 'git status' in a tree that you've built.
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] make git ignore new wrapper generated files
2006-11-13 21:41 ` Mark A. Greer
@ 2006-11-13 22:45 ` Michael Ellerman
0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2006-11-13 22:45 UTC (permalink / raw)
To: Mark A. Greer; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 721 bytes --]
On Mon, 2006-11-13 at 14:41 -0700, Mark A. Greer wrote:
> On Mon, Nov 13, 2006 at 02:50:20PM -0600, Matthew McClintock wrote:
> > On Fri, 2006-11-10 at 18:08 -0600, Kim Phillips wrote:
> > > The new 'wrapper' code generates files that git should ignore;
> > > add them to .gitignore.
> >
> > Why don't we just add these files to be cleaned correctly?
>
> Its cleans up 'git status' in a tree that you've built.
Don't build in your source tree ..
cheers
--
Michael Ellerman
OzLabs, IBM Australia Development Lab
wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)
We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-13 22:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-11 0:08 [PATCH] make git ignore new wrapper generated files Kim Phillips
2006-11-13 20:50 ` Matthew McClintock
2006-11-13 21:41 ` Mark A. Greer
2006-11-13 22:45 ` Michael Ellerman
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).