Message ID | 1452787263-13268-1-git-send-email-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
>>> 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
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 >
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
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 >
>>> 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 --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
Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)