From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH] gitignore: ignore stubdom/libs-* Date: Thu, 14 Jan 2016 16:25:40 +0000 Message-ID: <20160114162540.GA16068@citrix.com> References: <1452787263-13268-1-git-send-email-wei.liu2@citrix.com> <5697D59302000078000C6DB3@prv-mh.provo.novell.com> <20160114160836.GA12095@citrix.com> <5697CA47.7080203@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aJkiW-0000Oy-Sr for xen-devel@lists.xenproject.org; Thu, 14 Jan 2016 16:25:44 +0000 Content-Disposition: inline In-Reply-To: <5697CA47.7080203@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Juergen Gross Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , Jan Beulich , xen-devel , Wei Liu List-Id: xen-devel@lists.xenproject.org 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, 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 >