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:08:37 +0000 Message-ID: <20160114160836.GA12095@citrix.com> References: <1452787263-13268-1-git-send-email-wei.liu2@citrix.com> <5697D59302000078000C6DB3@prv-mh.provo.novell.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 1aJkSa-0007KS-5J for xen-devel@lists.xenproject.org; Thu, 14 Jan 2016 16:09:16 +0000 Content-Disposition: inline In-Reply-To: <5697D59302000078000C6DB3@prv-mh.provo.novell.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: Jan Beulich Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , xen-devel , Wei Liu List-Id: xen-devel@lists.xenproject.org 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. Wei. > Jan >