From patchwork Fri Jun 8 17:12:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 926926 X-Patchwork-Delegate: bpf@iogearbox.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="1X4ti/Vi"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 412Td674ypz9s3q for ; Sat, 9 Jun 2018 03:18:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752734AbeFHRSA (ORCPT ); Fri, 8 Jun 2018 13:18:00 -0400 Received: from condef-02.nifty.com ([202.248.20.67]:48618 "EHLO condef-02.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752609AbeFHRSA (ORCPT ); Fri, 8 Jun 2018 13:18:00 -0400 Received: from conuserg-10.nifty.com ([10.126.8.73])by condef-02.nifty.com with ESMTP id w58HD11U017382 for ; Sat, 9 Jun 2018 02:13:01 +0900 Received: from grover.sesame (FL1-125-199-20-195.osk.mesh.ad.jp [125.199.20.195]) (authenticated) by conuserg-10.nifty.com with ESMTP id w58HCbWD008555; Sat, 9 Jun 2018 02:12:38 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com w58HCbWD008555 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1528477959; bh=Sd1Qm6teZwiLGXhmsz3xxi5lf/RE2OzLHlD/svAXNgg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1X4ti/ViTRN2s8Nu38NgXgI4zrDwizOminDyNHlH7gQl3OgFnzHpt+MHohh7vaYLu Jij8VoIjpOS/cZKbG3eCFhr+6SP8GpTTHDWfVxF7HHc671pwQAap36LF/tJLuCppTi tBBQQ0GoqexokPrtfeVRuOIYzLCesOzAorxk9lO/ANHpKtQuuFXZY6p5Jo6mc2Llhv QQqnJSNwRdSNPOxRSxd+OqfW7MIexM48uSkIXMbfIhJjuU0D9WjzAgA4XFmjXv6sN0 Dy4EBMJTNVDkqpZKf9muTlaZeThG10338kHp/E6N/4GIVY4HhZdqBm2BuxWFQLEsG5 m8A6D1e6terGw== X-Nifty-SrcIP: [125.199.20.195] From: Masahiro Yamada To: netdev@vger.kernel.org, Alexei Starovoitov , "David S . Miller" Cc: Arnd Bergmann , Geert Uytterhoeven , linux-kernel@vger.kernel.org, Masahiro Yamada Subject: [PATCH 1/3] bpfilter: add bpfilter_umh to .gitignore Date: Sat, 9 Jun 2018 02:12:08 +0900 Message-Id: <1528477930-7342-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1528477930-7342-1-git-send-email-yamada.masahiro@socionext.com> References: <1528477930-7342-1-git-send-email-yamada.masahiro@socionext.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org bpfilter_umh is a generated file. It should be ignored by git. Signed-off-by: Masahiro Yamada --- net/bpfilter/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 net/bpfilter/.gitignore diff --git a/net/bpfilter/.gitignore b/net/bpfilter/.gitignore new file mode 100644 index 0000000..e97084e --- /dev/null +++ b/net/bpfilter/.gitignore @@ -0,0 +1 @@ +bpfilter_umh