From patchwork Fri May 24 07:55:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 10959247 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2174415A6 for ; Fri, 24 May 2019 07:55:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 106C0287CF for ; Fri, 24 May 2019 07:55:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 036D6287DE; Fri, 24 May 2019 07:55:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9689F287CF for ; Fri, 24 May 2019 07:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389142AbfEXHz4 (ORCPT ); Fri, 24 May 2019 03:55:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59976 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389139AbfEXHz4 (ORCPT ); Fri, 24 May 2019 03:55:56 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E251E81F25; Fri, 24 May 2019 07:55:52 +0000 (UTC) Received: from localhost (ovpn-117-142.ams2.redhat.com [10.36.117.142]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5BB3D179F8; Fri, 24 May 2019 07:55:50 +0000 (UTC) From: Stefan Hajnoczi To: linux-block@vger.kernel.org Cc: Jens Axboe , Aarushi Mehta , Julia Suvorova , Stefan Hajnoczi Subject: [PATCH liburing 1/2] Add example binaries to .gitignore Date: Fri, 24 May 2019 08:55:42 +0100 Message-Id: <20190524075543.30338-2-stefanha@redhat.com> In-Reply-To: <20190524075543.30338-1-stefanha@redhat.com> References: <20190524075543.30338-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 24 May 2019 07:55:55 +0000 (UTC) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The same idea as for liburing.a and friends. Ignore the executables built in examples/. Signed-off-by: Stefan Hajnoczi --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e292825..22c0cbd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ /src/liburing.a /src/liburing.so* +/examples/io_uring-cp +/examples/io_uring-test +/examples/link-cp + config-host.h config-host.mak config.log