From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3vZL-0001pv-0W for qemu-devel@nongnu.org; Thu, 27 Apr 2017 22:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3vZG-0008PE-3a for qemu-devel@nongnu.org; Thu, 27 Apr 2017 22:23:39 -0400 From: Eric Blake Date: Thu, 27 Apr 2017 21:23:29 -0500 Message-Id: <20170428022329.30726-1-eblake@redhat.com> Subject: [Qemu-devel] [PATCH] tests: Ignore another built executable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, thuth@redhat.com, dgilbert@redhat.com Commit 78f86a2b7 added a new test, but forgot to exclude the built binary from version control. Signed-off-by: Eric Blake --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 5ab00a9..40c2e3e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -40,6 +40,7 @@ test-crypto-tlssession-server/ test-crypto-xts test-cutils test-hbitmap +test-hmp test-int128 test-iov test-io-channel-buffer -- 2.9.3