On Mon, Mar 4, 2019 at 5:25 PM Daniel T. Lee <danieltim...@gmail.com> wrote: > > This commit adds xdp_sample_pkts to .gitignore which is > currently ommited from the ignore file. > > Signed-off-by: Daniel T. Lee <danieltim...@gmail.com>
I think this is for bpf-next tree, which is closed during the merge window. Please resubmit when the tree reopens. Thanks, Song > --- > samples/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore > index 8ae4940025f8..5a1d084be806 100644 > --- a/samples/bpf/.gitignore > +++ b/samples/bpf/.gitignore > @@ -45,5 +45,6 @@ xdp_redirect_cpu > xdp_redirect_map > xdp_router_ipv4 > xdp_rxq_info > +xdp_sample_pkts > xdp_tx_iptunnel > xdpsock > -- > 2.17.1 >