From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBY0u-0002eV-Dz for qemu-devel@nongnu.org; Mon, 19 Aug 2013 18:33:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBY0o-0008Ri-9g for qemu-devel@nongnu.org; Mon, 19 Aug 2013 18:33:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBY0o-0008Qi-2H for qemu-devel@nongnu.org; Mon, 19 Aug 2013 18:33:22 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7JMXLqx013417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Aug 2013 18:33:21 -0400 From: Laszlo Ersek Date: Tue, 20 Aug 2013 00:35:39 +0200 Message-Id: <1376951740-23559-8-git-send-email-lersek@redhat.com> In-Reply-To: <1376951740-23559-1-git-send-email-lersek@redhat.com> References: <1376951740-23559-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v2 7/8] add "test-int128" and "test-bitops" to .gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: lcapitulino@redhat.com, qemu-devel@nongnu.org "test-int128" was probably missed in commit 6046c620 ("int128: optimize and add test cases"). "test-bitops" was probably missed in commit 3464700f ("tests: Add test-bitops.c with some sextract tests"). Signed-off-by: Laszlo Ersek --- v1->v2: - add test-bitops too .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.1