* [PATCH] gitignore: ignore stubdom/libs-*
@ 2016-01-14 16:01 Wei Liu
2016-01-14 16:06 ` Jan Beulich
0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2016-01-14 16:01 UTC (permalink / raw)
To: Xen-devel
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson, xen-devel,
Jan Beulich, Wei Liu
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index e0df903..a2c49e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,7 @@ docs/pdf/
docs/txt/
extras/mini-os*
install/*
+stubdom/libs-*
stubdom/autom4te.cache/
stubdom/binutils-*
stubdom/config.log
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] gitignore: ignore stubdom/libs-*
2016-01-14 16:01 [PATCH] gitignore: ignore stubdom/libs-* Wei Liu
@ 2016-01-14 16:06 ` Jan Beulich
2016-01-14 16:08 ` Wei Liu
0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2016-01-14 16:06 UTC (permalink / raw)
To: Wei Liu; +Cc: xen-devel, Keir Fraser, Ian Jackson, Ian Campbell, Tim Deegan
>>> On 14.01.16 at 17:01, <wei.liu2@citrix.com> wrote:
> --- a/.gitignore
> +++ b/.gitignore
> @@ -48,6 +48,7 @@ docs/pdf/
> docs/txt/
> extras/mini-os*
> install/*
> +stubdom/libs-*
> stubdom/autom4te.cache/
> stubdom/binutils-*
> stubdom/config.log
Alphabetically?
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gitignore: ignore stubdom/libs-*
2016-01-14 16:06 ` Jan Beulich
@ 2016-01-14 16:08 ` Wei Liu
2016-01-14 16:18 ` Juergen Gross
0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2016-01-14 16:08 UTC (permalink / raw)
To: Jan Beulich
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson, xen-devel,
Wei Liu
On Thu, Jan 14, 2016 at 09:06:27AM -0700, Jan Beulich wrote:
> >>> On 14.01.16 at 17:01, <wei.liu2@citrix.com> wrote:
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -48,6 +48,7 @@ docs/pdf/
> > docs/txt/
> > extras/mini-os*
> > install/*
> > +stubdom/libs-*
> > stubdom/autom4te.cache/
> > stubdom/binutils-*
> > stubdom/config.log
>
> Alphabetically?
>
OK. I will resend.
Wei.
> Jan
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gitignore: ignore stubdom/libs-*
2016-01-14 16:08 ` Wei Liu
@ 2016-01-14 16:18 ` Juergen Gross
2016-01-14 16:25 ` Wei Liu
0 siblings, 1 reply; 6+ messages in thread
From: Juergen Gross @ 2016-01-14 16:18 UTC (permalink / raw)
To: Wei Liu, Jan Beulich
Cc: Ian Jackson, Tim Deegan, Keir Fraser, Ian Campbell, xen-devel
On 14/01/16 17:08, Wei Liu wrote:
> On Thu, Jan 14, 2016 at 09:06:27AM -0700, Jan Beulich wrote:
>>>>> On 14.01.16 at 17:01, <wei.liu2@citrix.com> wrote:
>>> --- a/.gitignore
>>> +++ b/.gitignore
>>> @@ -48,6 +48,7 @@ docs/pdf/
>>> docs/txt/
>>> extras/mini-os*
>>> install/*
>>> +stubdom/libs-*
>>> stubdom/autom4te.cache/
>>> stubdom/binutils-*
>>> stubdom/config.log
>>
>> Alphabetically?
>>
>
> OK. I will resend.
The complete file could benefit from some reordering (not necessarily
done with this patch).
Juergen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gitignore: ignore stubdom/libs-*
2016-01-14 16:18 ` Juergen Gross
@ 2016-01-14 16:25 ` Wei Liu
2016-01-14 16:50 ` Jan Beulich
0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2016-01-14 16:25 UTC (permalink / raw)
To: Juergen Gross
Cc: Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson, Jan Beulich,
xen-devel, Wei Liu
On Thu, Jan 14, 2016 at 05:18:15PM +0100, Juergen Gross wrote:
> On 14/01/16 17:08, Wei Liu wrote:
> > On Thu, Jan 14, 2016 at 09:06:27AM -0700, Jan Beulich wrote:
> >>>>> On 14.01.16 at 17:01, <wei.liu2@citrix.com> wrote:
> >>> --- a/.gitignore
> >>> +++ b/.gitignore
> >>> @@ -48,6 +48,7 @@ docs/pdf/
> >>> docs/txt/
> >>> extras/mini-os*
> >>> install/*
> >>> +stubdom/libs-*
> >>> stubdom/autom4te.cache/
> >>> stubdom/binutils-*
> >>> stubdom/config.log
> >>
> >> Alphabetically?
> >>
> >
> > OK. I will resend.
>
> The complete file could benefit from some reordering (not necessarily
> done with this patch).
>
Yeah, I just sent a patch to handle stubdom/* entries.
I can do a follow-up patch for the whole file after that one goes in.
Jan, let me know what you think.
Wei.
>
> Juergen
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gitignore: ignore stubdom/libs-*
2016-01-14 16:25 ` Wei Liu
@ 2016-01-14 16:50 ` Jan Beulich
0 siblings, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2016-01-14 16:50 UTC (permalink / raw)
To: Wei Liu
Cc: Juergen Gross, KeirFraser, Ian Campbell, Tim Deegan, Ian Jackson,
xen-devel
>>> On 14.01.16 at 17:25, <wei.liu2@citrix.com> wrote:
> I can do a follow-up patch for the whole file after that one goes in.
> Jan, let me know what you think.
Some further cleanup would be nice, but is not a requirement
for you to do imo.
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-01-14 16:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 16:01 [PATCH] gitignore: ignore stubdom/libs-* Wei Liu
2016-01-14 16:06 ` Jan Beulich
2016-01-14 16:08 ` Wei Liu
2016-01-14 16:18 ` Juergen Gross
2016-01-14 16:25 ` Wei Liu
2016-01-14 16:50 ` Jan Beulich
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.