From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcmaS-00055t-09 for qemu-devel@nongnu.org; Tue, 10 Jul 2018 02:57:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcmaP-0001wl-0M for qemu-devel@nongnu.org; Tue, 10 Jul 2018 02:57:24 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32922 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fcmaO-0001vb-RI for qemu-devel@nongnu.org; Tue, 10 Jul 2018 02:57:20 -0400 Date: Tue, 10 Jul 2018 14:57:16 +0800 From: Fam Zheng Message-ID: <20180710065716.GK17581@lemon.usersys.redhat.com> References: <20180709152117.21585-1-alex.bennee@linaro.org> <20180709152117.21585-2-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180709152117.21585-2-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for 3.0 01/10] tests/.gitignore: don't ignore docker tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: cota@braap.org, berrange@redhat.com, f4bug@amsat.org, richard.henderson@linaro.org, balrogg@gmail.com, aurelien@aurel32.net, agraf@suse.de, qemu-devel@nongnu.org On Mon, 07/09 16:21, Alex Benn=E9e wrote: > This was being a little over enthusiastic hiding files. What is "this" that hides test-* and calls for this patch? >=20 > Signed-off-by: Alex Benn=E9e > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/.gitignore b/tests/.gitignore > index 08e2df1ce1..72c18aaab0 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -9,6 +9,7 @@ qht-bench > rcutorture > test-* > !test-*.c > +!docker/test-* > test-qapi-commands.[ch] > test-qapi-events.[ch] > test-qapi-types.[ch] > --=20 > 2.17.1 >=20