From: Juhee Kang Date: Tue, 27 Jul 2021 04:10:56 +0000 (+0000) Subject: samples: bpf: Add the omitted xdp samples to .gitignore X-Git-Tag: howlett/maple/20220722_2~2449^2~345^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=05e9b4f60d31a03815a699be24226bf26b7021f9;p=users%2Fjedix%2Flinux-maple.git samples: bpf: Add the omitted xdp samples to .gitignore 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 Signed-off-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20210727041056.23455-2-claudiajkang@gmail.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