From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnscc-0000Ym-EN for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:32:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnscZ-0004g3-Cw for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:32:58 -0400 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:32779) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnscZ-0004fl-8k for qemu-devel@nongnu.org; Fri, 01 Sep 2017 16:32:55 -0400 Received: by mail-qt0-x242.google.com with SMTP id h15so986115qta.0 for ; Fri, 01 Sep 2017 13:32:55 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20170831064302.14427-1-famz@redhat.com> <20170831064302.14427-2-famz@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Fri, 1 Sep 2017 17:32:50 -0300 MIME-Version: 1.0 In-Reply-To: <20170831064302.14427-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 v5 01/12] 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?= , Peter Maydell , stefanha@redhat.com, Cleber Rosa , pbonzini@redhat.com, eblake@redhat.com, Kamil Rytarowski On 08/31/2017 03:42 AM, Fam Zheng wrote: > Reviewed-by: Stefan Hajnoczi > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Fam Zheng > --- > .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 There is a tests/.gitignore, isn't it cleaner to add vm/*.img there? > +*.tmp > *.[1-9] > *.a > *.aux >