diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2023-08-24 12:22:49 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-08-24 08:43:50 -0700 |
commit | 91b965136d536a981ed22097bc2b72625f5c4211 (patch) | |
tree | f8d073333f23145962bf100b10eb100a0dfa6141 /samples/bpf | |
parent | cced0699cbf1ebfb39234d764ade2f907c5ca0b5 (diff) | |
download | linux-stable-91b965136d536a981ed22097bc2b72625f5c4211.tar.gz linux-stable-91b965136d536a981ed22097bc2b72625f5c4211.tar.bz2 linux-stable-91b965136d536a981ed22097bc2b72625f5c4211.zip |
samples/bpf: Cleanup .gitignore
Remove no longer present XDP utilities from .gitignore. Apart from the
recently removed XDP utilities this also includes the previously removed
xdpsock and xsk utilities.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20230824102255.1561885-7-toke@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'samples/bpf')
-rw-r--r-- | samples/bpf/.gitignore | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 0e7bfdbff80a..0002cd359fb1 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -37,22 +37,10 @@ tracex4 tracex5 tracex6 tracex7 -xdp1 -xdp2 xdp_adjust_tail xdp_fwd -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 iperf.* |