From patchwork Tue May 7 14:37:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Blake X-Patchwork-Id: 10933079 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 4CC47912 for ; Tue, 7 May 2019 14:38:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3B95A2848D for ; Tue, 7 May 2019 14:38:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2FDEB28746; Tue, 7 May 2019 14:38:32 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D01832848D for ; Tue, 7 May 2019 14:38:31 +0000 (UTC) Received: from localhost ([127.0.0.1]:47824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO1El-0002qA-8j for patchwork-qemu-devel@patchwork.kernel.org; Tue, 07 May 2019 10:38:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO1Do-0002Ga-O2 for qemu-devel@nongnu.org; Tue, 07 May 2019 10:37:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hO1Dn-0008Lt-Ot for qemu-devel@nongnu.org; Tue, 07 May 2019 10:37:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37786) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hO1Dn-0008KH-JL for qemu-devel@nongnu.org; Tue, 07 May 2019 10:37:31 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E61C281E18 for ; Tue, 7 May 2019 14:37:30 +0000 (UTC) Received: from blue.redhat.com (ovpn-116-15.phx2.redhat.com [10.3.116.15]) by smtp.corp.redhat.com (Postfix) with ESMTP id 541A12657F; Tue, 7 May 2019 14:37:28 +0000 (UTC) From: Eric Blake To: Date: Tue, 7 May 2019 09:37:27 -0500 Message-Id: <20190507143727.15640-1-eblake@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 07 May 2019 14:37:30 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [slirp PATCH] maint: Add .gitignore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Ignore build artifacts during an in-tree build. Signed-off-by: Eric Blake --- Sadly, libslirp includes no README (yet), and https://gitlab.freedesktop.org/slirp (mentioned in qemu commit 7c47bdd8) does not seem to call out any slirp-specific mailing list which should be cc'd for this patch. I'd recommend that libslirp add some documentation (both to a README file present in a git checkout, and to the project web page), to make it friendlier to drive-by emailed patch contributions. .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daded16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.a +*.d +*.o +/src/libslirp-version.h