diff options
author | Juhee Kang <claudiajkang@gmail.com> | 2021-07-27 07:10:56 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-07-27 21:15:09 +0300 |
commit | 05e9b4f60d31a03815a699be24226bf26b7021f9 (patch) | |
tree | e90f6865ff98b077c5021042c4192d1479a61d71 /samples/bpf | |
parent | 7d07006f05922b95518be403f08ef8437b67aa32 (diff) | |
download | linux-05e9b4f60d31a03815a699be24226bf26b7021f9.tar.xz |
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
Diffstat (limited to 'samples/bpf')
-rw-r--r-- | samples/bpf/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |