From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp3B1-0000A6-Af for qemu-devel@nongnu.org; Mon, 04 Sep 2017 22:01:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp3Aw-000247-GW for qemu-devel@nongnu.org; Mon, 04 Sep 2017 22:01:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44174) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dp3Aw-00022v-BE for qemu-devel@nongnu.org; Mon, 04 Sep 2017 22:01:14 -0400 Date: Tue, 5 Sep 2017 10:01:08 +0800 From: Fam Zheng Message-ID: <20170905020108.GB22515@lemon.lan> References: <20170831064302.14427-1-famz@redhat.com> <20170831064302.14427-2-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 01/12] gitignore: Ignore vm test images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, Peter Maydell , Kamil Rytarowski , stefanha@redhat.com, Cleber Rosa , pbonzini@redhat.com, Alex =?iso-8859-1?Q?Benn=E9e?= On Fri, 09/01 17:32, Philippe Mathieu-Daud=E9 wrote: > On 08/31/2017 03:42 AM, Fam Zheng wrote: > > Reviewed-by: Stefan Hajnoczi > > Reviewed-by: Philippe Mathieu-Daud=E9 > > Signed-off-by: Fam Zheng > > --- > > .gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/.gitignore b/.gitignore > > index cf65316863..643e23e515 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -52,6 +52,8 @@ > > /vscclient > > /vhost-user-scsi > > /fsdev/virtfs-proxy-helper > > +/tests/vm/*.img >=20 > There is a tests/.gitignore, isn't it cleaner to add vm/*.img there? Yes, probably. Fam >=20 > > +*.tmp > > *.[1-9] > > *.a > > *.aux > >=20 >=20