diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-04-24 00:53:05 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-04-24 23:51:45 +0200 |
commit | b6fd9cf796e6dd0090807e2cdc279d1d71fdb6fa (patch) | |
tree | 905f5f43bd120441f167439a9350d38579963a29 /tools/testing/selftests/bpf/.gitignore | |
parent | 68db35b12586cb320f7cedee1ddf763f12ceaf1b (diff) | |
download | linux-b6fd9cf796e6dd0090807e2cdc279d1d71fdb6fa.tar.bz2 |
selftests: bpf: update .gitignore with missing file
Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 9cf83f895d98..da19f0562bf8 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -12,3 +12,4 @@ test_tcpbpf_user test_verifier_log feature test_libbpf_open +test_btf |