From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC3Fl-00042f-H0 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 03:54:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC3Ff-00060C-M6 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 03:54:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC3Ff-0005zu-22 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 03:54:47 -0400 Message-ID: <521472D9.8060806@redhat.com> Date: Wed, 21 Aug 2013 09:57:13 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1377015041-6567-1-git-send-email-lcapitulino@redhat.com> <1377015041-6567-9-git-send-email-lcapitulino@redhat.com> <521397E4.90608@suse.de> <20130820143920.331c2716@redhat.com> <5213C070.8020300@suse.de> In-Reply-To: <5213C070.8020300@suse.de> 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: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, Luiz Capitulino On 08/20/13 21:16, Andreas F=C3=A4rber wrote: > Am 20.08.2013 20:39, schrieb Luiz Capitulino: >> On Tue, 20 Aug 2013 18:23:00 +0200 >> Andreas F=C3=A4rber wrote: >>> Am 20.08.2013 18:10, schrieb Luiz Capitulino: >>>> 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 >>> >>> Markus' patch earlier today added the same two entries to >>> tests/.gitignore instead, which seems to have more test-* entries. >>> >>> 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 w= e >> do it as an incremental patch? It's a very small cosmetic thing to res= pin >> the series and my pull request. >=20 > Sure, it's not a bug. Is it OK if I submit a patch moving the test-* entries over to tests/.gitignore once Anthony applies this? (I'm offering because it's not clear to me who's planning to do it.) Thanks Laszlo