diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2018-01-18 17:36:24 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-01-19 23:20:48 +0100 |
commit | b7bcc0bbb8acb640258bb451f1f9391737da48b1 (patch) | |
tree | 808ec6a91e8b883580f1287a7d10d09f7cf790c7 | |
parent | a55aaf6db0587e1a6e79dce8ada0e237d6068afb (diff) | |
download | blackbird-op-linux-b7bcc0bbb8acb640258bb451f1f9391737da48b1.tar.gz blackbird-op-linux-b7bcc0bbb8acb640258bb451f1f9391737da48b1.zip |
selftests: bpf: update .gitignore with missing generated files
Update .gitignore with missing generated files.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 541d9d7fad5a..1e09d77f1948 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -3,3 +3,10 @@ test_maps test_lru_map test_lpm_map test_tag +FEATURE-DUMP.libbpf +fixdep +test_align +test_dev_cgroup +test_progs +test_verifier_log +feature |