From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VONHq-0007WG-NR for qemu-devel@nongnu.org; Tue, 24 Sep 2013 03:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VONHd-0002JL-N8 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 03:43:58 -0400 From: armbru@redhat.com Date: Tue, 24 Sep 2013 09:43:40 +0200 Message-Id: <1380008620-13796-3-git-send-email-armbru@redhat.com> In-Reply-To: <1380008620-13796-1-git-send-email-armbru@redhat.com> References: <1380008620-13796-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 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: qemu-trivial@nongnu.org, lersek@redhat.com, afaerber@suse.de, anthony@codemonkey.ws, qemu-stable@nongnu.org From: Markus Armbruster Forgotten in commit 6046c62 and 3464700. Cc: qemu-stable@nongnu.org Reviewed-by: Andreas F=C3=A4rber Reviewed-by: Laszlo Ersek Signed-off-by: Markus Armbruster --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 75f06a1..425757c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,9 +5,11 @@ check-qjson check-qlist check-qstring test-aio +test-bitops test-throttle test-cutils test-hbitmap +test-int128 test-iov test-mul64 test-qapi-types.[ch] --=20 1.8.1.4