From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmQOO-0007mt-Qt for qemu-devel@nongnu.org; Mon, 28 Aug 2017 16:12:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmQOL-0002ps-Nq for qemu-devel@nongnu.org; Mon, 28 Aug 2017 16:12:16 -0400 Received: from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:38558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmQOL-0002pn-J9 for qemu-devel@nongnu.org; Mon, 28 Aug 2017 16:12:13 -0400 Received: by mail-qk0-x241.google.com with SMTP id o63so1360922qkb.5 for ; Mon, 28 Aug 2017 13:12:13 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20170828174707.20786-1-famz@redhat.com> <20170828174707.20786-2-famz@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <4290db65-f344-4bf8-19b3-567467e473bc@amsat.org> Date: Mon, 28 Aug 2017 17:12:08 -0300 MIME-Version: 1.0 In-Reply-To: <20170828174707.20786-2-famz@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 01/10] gitignore: Ignore vm test images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: berrange@redhat.com, =?UTF-8?Q?Alex_Benn=c3=a9e?= , pbonzini@redhat.com, stefanha@redhat.com, Cleber Rosa , Peter Maydell , eblake@redhat.com, Kamil Rytarowski On 08/28/2017 02:46 PM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > Reviewed-by: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daudé > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > 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 > +*.tmp > *.[1-9] > *.a > *.aux >