diff mbox series

[bpf-next,v2,2/2] samples: bpf: Add the omitted xdp samples to .gitignore

Message ID 20210727041056.23455-2-claudiajkang@gmail.com
State New
Headers show
Series [bpf-next,v2,1/2] samples: bpf: Fix tracex7 error raised on the missing argument | expand

Commit Message

Juhee Kang July 27, 2021, 4:10 a.m. UTC
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(+)
diff mbox series

Patch

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