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 <claudiajkang@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210727041056.23455-2-claudiajkang@gmail.com
This commit is contained in:
Juhee Kang
2021-07-27 04:10:56 +00:00
committed by Andrii Nakryiko
parent 7d07006f05
commit 05e9b4f60d

View File

@@ -45,11 +45,13 @@ xdp_monitor
xdp_redirect xdp_redirect
xdp_redirect_cpu xdp_redirect_cpu
xdp_redirect_map xdp_redirect_map
xdp_redirect_map_multi
xdp_router_ipv4 xdp_router_ipv4
xdp_rxq_info xdp_rxq_info
xdp_sample_pkts xdp_sample_pkts
xdp_tx_iptunnel xdp_tx_iptunnel
xdpsock xdpsock
xdpsock_ctrl_proc
xsk_fwd xsk_fwd
testfile.img testfile.img
hbm_out.log hbm_out.log