From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH] gitignore: ignore stubdom/libs-* Date: Thu, 14 Jan 2016 17:18:15 +0100 Message-ID: <5697CA47.7080203@suse.com> References: <1452787263-13268-1-git-send-email-wei.liu2@citrix.com> <5697D59302000078000C6DB3@prv-mh.provo.novell.com> <20160114160836.GA12095@citrix.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 1aJkbT-00080N-Be for xen-devel@lists.xenproject.org; Thu, 14 Jan 2016 16:18:27 +0000 In-Reply-To: <20160114160836.GA12095@citrix.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: Wei Liu , Jan Beulich Cc: Ian Jackson , Tim Deegan , Keir Fraser , Ian Campbell , xen-devel List-Id: xen-devel@lists.xenproject.org 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). Juergen