From: Daniel T. Lee Date: Sat, 16 May 2020 04:06:07 +0000 (+0900) Subject: samples, bpf: Add tracex7 test file to .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14846dda634e28cc0430f1fbbfa6c758a2e5f873;p=linux.git samples, bpf: Add tracex7 test file to .gitignore This commit adds tracex7 test file (testfile.img) to .gitignore which comes from test_override_return.sh. Signed-off-by: Daniel T. Lee Signed-off-by: Daniel Borkmann Acked-by: Yonghong Song Link: https://lore.kernel.org/bpf/20200516040608.1377876-5-danieltimlee@gmail.com --- diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 23837f2ed4589..034800c4d1e62 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -50,3 +50,4 @@ xdp_rxq_info xdp_sample_pkts xdp_tx_iptunnel xdpsock +testfile.img