diff mbox series

samples: bpf: add xdp_sample_pkts to .gitignore

Message ID 20190320041747.8622-1-danieltimlee@gmail.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series samples: bpf: add xdp_sample_pkts to .gitignore | expand

Commit Message

Daniel T. Lee March 20, 2019, 4:17 a.m. UTC
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>
---
 samples/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexei Starovoitov March 22, 2019, 2:36 a.m. UTC | #1
On Tue, Mar 19, 2019 at 9:17 PM Daniel T. Lee <danieltimlee@gmail.com> wrote:
>
> 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>

applied. thanks!
diff mbox series

Patch

diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
index 8ae4940025f8..5a1d084be806 100644
--- a/samples/bpf/.gitignore
+++ b/samples/bpf/.gitignore
@@ -45,5 +45,6 @@  xdp_redirect_cpu
 xdp_redirect_map
 xdp_router_ipv4
 xdp_rxq_info
+xdp_sample_pkts
 xdp_tx_iptunnel
 xdpsock