diff mbox series

[3/3] selftests/bpf: .gitignore: add test_btf

Message ID 20180426083146.GA14025@vm4
State Changes Requested, archived
Delegated to: BPF Maintainers
Headers show
Series selftests/bpf | expand

Commit Message

Sirio Balmelli April 26, 2018, 8:31 a.m. UTC
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
---
 tools/testing/selftests/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Borkmann April 27, 2018, 9:53 a.m. UTC | #1
Hi Sirio,

thanks for your patch!

On 04/26/2018 10:31 AM, Sirio Balmelli wrote:
> Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
> ---
>  tools/testing/selftests/bpf/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
> index 5e1ab2f..9513c77 100644
> --- a/tools/testing/selftests/bpf/.gitignore
> +++ b/tools/testing/selftests/bpf/.gitignore
> @@ -12,6 +12,7 @@ test_tcpbpf_user
>  test_verifier_log
>  feature
>  test_libbpf_open
> +test_btf

This one is already part of bpf-next tree, please rebase:

https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/.gitignore

>  test_sock
>  test_sock_addr
>  urandom_read

Thanks,
Daniel
diff mbox series

Patch

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 5e1ab2f..9513c77 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -12,6 +12,7 @@  test_tcpbpf_user
 test_verifier_log
 feature
 test_libbpf_open
+test_btf
 test_sock
 test_sock_addr
 urandom_read