From patchwork Mon Jul 10 06:51:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 786052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x5bW32Jfcz9ryr for ; Mon, 10 Jul 2017 16:52:31 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 1BE9CA86; Mon, 10 Jul 2017 06:51:50 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 45E867A9 for ; Mon, 10 Jul 2017 06:51:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B58E686 for ; Mon, 10 Jul 2017 06:51:47 +0000 (UTC) Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 7BD681720BE for ; Mon, 10 Jul 2017 08:51:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id o1CtL_HuY0Bt for ; Mon, 10 Jul 2017 08:51:45 +0200 (CEST) X-Originating-IP: 98.234.50.139 Received: from localhost.localdomain (unknown [98.234.50.139]) (Authenticated sender: jpettit@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8618E172098 for ; Mon, 10 Jul 2017 08:51:44 +0200 (CEST) From: Justin Pettit To: dev@openvswitch.org Date: Sun, 9 Jul 2017 23:51:39 -0700 Message-Id: <1499669501-80363-2-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1499669501-80363-1-git-send-email-jpettit@ovn.org> References: <1499669501-80363-1-git-send-email-jpettit@ovn.org> X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] gitignore: Ignore some generated files. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org "ovn-docker-overlay-driver", "ovn-docker-underlay-driver", and "ovs-vtep" are generated, so they should be ignored. Signed-off-by: Justin Pettit --- ovn/utilities/.gitignore | 2 ++ vtep/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore index dbc3719dec86..1d01e0b2878f 100644 --- a/ovn/utilities/.gitignore +++ b/ovn/utilities/.gitignore @@ -7,3 +7,5 @@ /ovn-trace.8 /ovn-detrace /ovn-detrace.1 +/ovn-docker-overlay-driver +/ovn-docker-underlay-driver diff --git a/vtep/.gitignore b/vtep/.gitignore index 2f135123957c..69607a4d5c22 100644 --- a/vtep/.gitignore +++ b/vtep/.gitignore @@ -9,3 +9,4 @@ /vtep.gv /vtep.ovsschema.stamp /vtep.pic +/ovs-vtep