From patchwork Wed Dec 14 10:08:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 705632 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 3tdsjV0vJMz9t0v for ; Wed, 14 Dec 2016 21:08:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="bjUpxWeh"; dkim-atps=neutral Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 6D5C8B93; Wed, 14 Dec 2016 10:08:17 +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 26729279 for ; Wed, 14 Dec 2016 10:08:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from caracal.maple.relay.mailchannels.net (caracal.maple.relay.mailchannels.net [23.83.214.30]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D2704143 for ; Wed, 14 Dec 2016 10:08:14 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 1A0DD12C5D4 for ; Wed, 14 Dec 2016 10:08:14 +0000 (UTC) Received: from one.mxroute.com (ip-10-229-2-62.us-west-2.compute.internal [10.229.2.62]) by relay.mailchannels.net (Postfix) with ESMTPA id 5DB2012C6E3 for ; Wed, 14 Dec 2016 10:08:13 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([UNAVAILABLE]. [10.16.27.41]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Wed, 14 Dec 2016 10:08:13 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1481710093571:2208889577 X-MC-Ingress-Time: 1481710093571 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/0UiloXG5ikGdJ6mz+ChJGRiVE6ZbRr1NOpZ4HS84Hk=; b=bjUpxWehFuxXWWmJMoXkLehFMZ ZNMtsH8vAmdhHmwO/26TrGNGqer20k6FU72EBveydTxlxsMST2xan3DmdsF6Inxh2lT/YSCiXQp/f pl1MUpWTnZkJW9OqY32KJDw/bMwqMH4wRIZ3jQVpr4Xy43sQDHMG2g7lrhfpw5XhAtnmXhdRJ1Y4N FCFYTRanM3hBuaqp3m9NPdoA+o3LonyTcJ45PYh87nV8P1qGqOIrqKU7YTB6vvgiCb2ZvJ6mpeMJi ynDO7t6Q2fiDxtCD5YaqX5dtNrt7nfiqpuoYS6Q+bMHbvJzFKMtC4YbVVlNycJ+INuSxhGbhLeUFD la6rVNCg==; From: Stephen Finucane To: dev@openvswitch.org Date: Wed, 14 Dec 2016 10:08:00 +0000 Message-Id: <20161214100800.10687-5-stephen@that.guru> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161214100800.10687-1-stephen@that.guru> References: <20161214100800.10687-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH v2 4/4] gitignore: Ignore venv 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 This is the traditional name for Python virtualenv directories. I use this when building docs to avoid installating system libraries. Signed-off-by: Stephen Finucane --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f61f772..4f50440 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ testsuite.tmp.orig /openvswitch*.tar.gz /tests/lcov/ /Documentation/_build +/.venv