From: Daniel T. Lee Date: Fri, 4 Sep 2020 06:34:34 +0000 (+0900) Subject: samples, bpf: Add xsk_fwd test file to .gitignore X-Git-Tag: io_uring-5.10-2020-10-20~32^2~169^2~52 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f9bec5d756b30d5b21aa5ff9b7d5d115741517c1;p=linux-2.6-block.git samples, bpf: Add xsk_fwd test file to .gitignore This commit adds xsk_fwd test file to .gitignore which is newly added to samples/bpf. Signed-off-by: Daniel T. Lee Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20200904063434.24963-2-danieltimlee@gmail.com --- diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 034800c4d1e6..b2f29bc8dc43 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -50,4 +50,5 @@ xdp_rxq_info xdp_sample_pkts xdp_tx_iptunnel xdpsock +xsk_fwd testfile.img