diff options
author | Daniel T. Lee <danieltimlee@gmail.com> | 2019-03-20 13:17:47 +0900 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-03-21 19:35:36 -0700 |
commit | ab99e7a8f7fe190f8669e32d1b8732d18f42e249 (patch) | |
tree | cf3df5b09089a7591af342e007996155fc298319 /samples | |
parent | 2569473816a9ade34c2ba051118337b2d69007df (diff) | |
download | linux-stable-ab99e7a8f7fe190f8669e32d1b8732d18f42e249.tar.gz linux-stable-ab99e7a8f7fe190f8669e32d1b8732d18f42e249.tar.bz2 linux-stable-ab99e7a8f7fe190f8669e32d1b8732d18f42e249.zip |
samples: bpf: add xdp_sample_pkts to .gitignore
This commit adds xdp_sample_pkts to .gitignore which is
currently ommited from the ignore file.
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'samples')
-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 dbb817dbacfc..59e40998e249 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -44,5 +44,6 @@ xdp_redirect_cpu xdp_redirect_map xdp_router_ipv4 xdp_rxq_info +xdp_sample_pkts xdp_tx_iptunnel xdpsock |