From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBqq0-0007hV-OD for qemu-devel@nongnu.org; Tue, 20 Aug 2013 14:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBqpw-0006ri-Ds for qemu-devel@nongnu.org; Tue, 20 Aug 2013 14:39:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBqpw-0006rT-5B for qemu-devel@nongnu.org; Tue, 20 Aug 2013 14:39:24 -0400 Date: Tue, 20 Aug 2013 14:39:20 -0400 From: Luiz Capitulino Message-ID: <20130820143920.331c2716@redhat.com> In-Reply-To: <521397E4.90608@suse.de> References: <1377015041-6567-1-git-send-email-lcapitulino@redhat.com> <1377015041-6567-9-git-send-email-lcapitulino@redhat.com> <521397E4.90608@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 08/11] add "test-int128" and "test-bitops" to .gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: Laszlo Ersek , qemu-devel@nongnu.org, anthony@codemonkey.ws On Tue, 20 Aug 2013 18:23:00 +0200 Andreas F=C3=A4rber wrote: > Am 20.08.2013 18:10, schrieb Luiz Capitulino: > > From: Laszlo Ersek > >=20 > > "test-int128" was probably missed in commit 6046c620 > > ("int128: optimize and add test cases"). > >=20 > > "test-bitops" was probably missed in commit 3464700f > > ("tests: Add test-bitops.c with some sextract tests"). > >=20 > > Signed-off-by: Laszlo Ersek > > Tested-by: Wanlong Gao > > Signed-off-by: Luiz Capitulino > > --- > > .gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/.gitignore b/.gitignore > > index 0fe114d..a8e0f17 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -45,7 +45,9 @@ qemu-bridge-helper > > qemu-monitor.texi > > vscclient > > QMP/qmp-commands.txt > > +test-bitops > > test-coroutine > > +test-int128 > > test-qmp-input-visitor > > test-qmp-output-visitor > > test-string-input-visitor >=20 > Markus' patch earlier today added the same two entries to > tests/.gitignore instead, which seems to have more test-* entries. >=20 > Should we consolidate these two files by moving the above test-* into > tests/.gitignore, or do we need to mirror everything into both files for > some reason? I think we could consolidate everything in tests/.gitignore. But can we do it as an incremental patch? It's a very small cosmetic thing to respin the series and my pull request.