diff options
author | Daniel T. Lee <danieltimlee@gmail.com> | 2020-05-16 13:06:07 +0900 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-05-19 17:13:00 +0200 |
commit | 14846dda634e28cc0430f1fbbfa6c758a2e5f873 (patch) | |
tree | e836cd239c9c2fb7cb682191d28570c47d454737 /samples/bpf | |
parent | bc1a85977b950407d67cd1e5b74f261a4bee3284 (diff) | |
download | linux-14846dda634e28cc0430f1fbbfa6c758a2e5f873.tar.bz2 |
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 <danieltimlee@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20200516040608.1377876-5-danieltimlee@gmail.com
Diffstat (limited to 'samples/bpf')
-rw-r--r-- | samples/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index 23837f2ed458..034800c4d1e6 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 |