Message ID | 20210724152124.9762-2-claudiajkang@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [bpf-next,1/2] samples: bpf: Fix tracex7 error raised on the missing argument | expand |
On 7/24/21 8:21 AM, Juhee Kang wrote: > There are recently added xdp samples (xdp_redirect_map_multi and > xdpsock_ctrl_proc) which are not managed by .gitignore. > > This commit adds these files to .gitignore. > > Signed-off-by: Juhee Kang <claudiajkang@gmail.com> Acked-by: Yonghong Song <yhs@fb.com>
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 0b9548ea8477..fcba217f0ae2 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -45,11 +45,13 @@ xdp_monitor xdp_redirect xdp_redirect_cpu xdp_redirect_map +xdp_redirect_map_multi xdp_router_ipv4 xdp_rxq_info xdp_sample_pkts xdp_tx_iptunnel xdpsock +xdpsock_ctrl_proc xsk_fwd testfile.img hbm_out.log
There are recently added xdp samples (xdp_redirect_map_multi and xdpsock_ctrl_proc) which are not managed by .gitignore. This commit adds these files to .gitignore. Signed-off-by: Juhee Kang <claudiajkang@gmail.com> --- samples/bpf/.gitignore | 2 ++ 1 file changed, 2 insertions(+)