diff mbox

gitignore: ignore stubdom/libs-*

Message ID 1452787263-13268-1-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Jan. 14, 2016, 4:01 p.m. UTC
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Beulich Jan. 14, 2016, 4:06 p.m. UTC | #1
>>> 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
Wei Liu Jan. 14, 2016, 4:08 p.m. UTC | #2
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
>
Jürgen Groß Jan. 14, 2016, 4:18 p.m. UTC | #3
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
Wei Liu Jan. 14, 2016, 4:25 p.m. UTC | #4
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
>
Jan Beulich Jan. 14, 2016, 4:50 p.m. UTC | #5
>>> 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
diff mbox

Patch

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