From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matteo Croce Subject: [PATCH] bpfilter: ignore binary files Date: Tue, 19 Jun 2018 17:21:36 +0200 Message-ID: <20180619152136.2340-1-mcroce@redhat.com> Cc: Alexei Starovoitov To: netdev@vger.kernel.org Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:40835 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965599AbeFSPVj (ORCPT ); Tue, 19 Jun 2018 11:21:39 -0400 Received: by mail-wm0-f66.google.com with SMTP id n5-v6so1158664wmc.5 for ; Tue, 19 Jun 2018 08:21:38 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: net/bpfilter/bpfilter_umh is a binary file generated when bpfilter is enabled, add it to .gitignore to avoid committing it. Fixes: d2ba09c17a064 ("net: add skeleton of bpfilter kernel module") Signed-off-by: Matteo Croce --- 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 000000000000..e97084e3eea2 --- /dev/null +++ b/net/bpfilter/.gitignore @@ -0,0 +1 @@ +bpfilter_umh -- 2.17.1