From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1700A31F3 for ; Fri, 18 Oct 2019 17:55:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20A4A1C1BD; Fri, 18 Oct 2019 17:55:15 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 266731C1A1 for ; Fri, 18 Oct 2019 17:55:14 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id i16so6716524wmd.3 for ; Fri, 18 Oct 2019 08:55:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=BYXZ6SdnlmpwoA9rFSbTQPvgS5n/fBZm3CWEPMhTG2E=; b=GTGeC5nfnkcMJ8OwmruQqxjUqRIpRycuupx+mP1EVSYcBHxuLv9sRw5/JJsxlo7eS0 ZF2lGENvdJg2AWLE8ieVdZsq6/vKuVxE0AMDzUFw4GOabE0fEaSByYPCbhJrLyaSWTqM TQsl4l8vLMjwYFuDfOglKnV/T+EG7L1y+a1IWONCiApoA0FLIFcJepSvwkg6VhIhBpit ZHdXP0OAbAtpTWtjO3IXk6I+Fe4wOdWqVIi452eTZBm6AhH8DFmrhNslAK2K3VO4kSUt zoppDvl4Fxt8FP+l1q1m/99nvQlZ07kocu9pzCoi1ZGlI/XvzOUYa3hxEYCBfRB8arw0 3iow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=BYXZ6SdnlmpwoA9rFSbTQPvgS5n/fBZm3CWEPMhTG2E=; b=AVUojuwyNDrQymoP/UU7zOQkakpHSpZfw5TKbYXB5LIRNpR8meYSeKOlZT/Pvq/qmF WMss8IOBCrWuH6vuX4hKdzbLssy0lUnRTCJgsMo6JWXkiXnq3xjteJzQ9u9dUzlyydjV Rxc1lKwlxtDzvXcTrkwzONbD2gbFu//hdbPconV4e40fZ5ylIvwLSEQd+Zd1i9eDLOsw ZJA7zvZoj25oF5zUlTz7q08fVfjDdV8eYRu9GfILPc+n0GcbCUc2amaPVTs8DErkPJGI dDB+giBgryiAhvK7RIXqf5fRdYXw3K8HZv8+ul5DWN7KpcUXzz/BvBhSUV7EtamX5oA5 75jA== X-Gm-Message-State: APjAAAWRO8IqmLIv6389ywyGmQ1biDZQebu/QBEc2BqWLV+WhMd4niNu YGe0HoDuDQTMIO1uueLgdlI39qNxCMk= X-Google-Smtp-Source: APXvYqyJ4Vuak3Tr4KuxNXJKpDWGpyHd6gpMmw6kwhjUcMN33w4DiYV0Mxa8yypSHR9gbaKmuRxshQ== X-Received: by 2002:a1c:c90c:: with SMTP id f12mr7869700wmb.97.1571414113809; Fri, 18 Oct 2019 08:55:13 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id t13sm7188762wra.70.2019.10.18.08.55.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 08:55:13 -0700 (PDT) Date: Fri, 18 Oct 2019 17:55:11 +0200 From: Robin Jarry To: Stephen Hemminger Cc: Thomas Monjalon , dev@dpdk.org Message-ID: <20191018155511.cu6wapyzevjxqp77@6wind.com> References: <20191018075954.29715-1-robin.jarry@6wind.com> <20191018084748.124f9f92@hermes.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191018084748.124f9f92@hermes.lan> User-Agent: NeoMutt/20180716 Subject: Re: [dpdk-dev] [PATCH] tools: add EditorConfig file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2019-10-18, Stephen Hemminger: > In the example on web site, they use > [*.py] not [**.py] I've tested both forms, they work the same. I don't have a strong opinion on this, I can change to [*.py]. -- Robin