From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBgev-0007Wr-Gr for qemu-devel@nongnu.org; Tue, 20 Aug 2013 03:47:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBgen-0000kt-11 for qemu-devel@nongnu.org; Tue, 20 Aug 2013 03:47:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBgem-0000kY-Pc for qemu-devel@nongnu.org; Tue, 20 Aug 2013 03:47:12 -0400 From: armbru@redhat.com Date: Tue, 20 Aug 2013 09:47:09 +0200 Message-Id: <1376984829-29207-3-git-send-email-armbru@redhat.com> In-Reply-To: <1376984829-29207-1-git-send-email-armbru@redhat.com> References: <1376984829-29207-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] tests: Update .gitignore for test-int128 and test-bitops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lersek@redhat.com, anthony@codemonkey.ws From: Markus Armbruster Forgotten in commit 6046c62 and 3464700. Signed-off-by: Markus Armbruster --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index d9c2ef4..9ac044d 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,8 +5,10 @@ check-qjson check-qlist check-qstring test-aio +test-bitops test-cutils test-hbitmap +test-int128 test-iov test-mul64 test-qapi-types.[ch] -- 1.8.1.4