aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/.gitignore
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2019-10-24 21:55:03 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2019-10-25 23:41:22 +0200
commit027cbaaf61983351622c29f5a2adc7340340cb7f (patch)
treee5f4dd021a25ec610856adbe9bc14f60efdcaf17 /tools/testing/selftests/bpf/.gitignore
parentbpftool: Allow to read btf as raw data (diff)
downloadlinux-dev-027cbaaf61983351622c29f5a2adc7340340cb7f.tar.xz
linux-dev-027cbaaf61983351622c29f5a2adc7340340cb7f.zip
selftests/bpf: Fix .gitignore to ignore no_alu32/
When switching to alu32 by default, no_alu32/ subdirectory wasn't added to .gitignore. Fix it. Fixes: e13a2fe642bd ("tools/bpf: Turn on llvm alu32 attribute by default") Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20191025045503.3043427-1-andriin@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r--tools/testing/selftests/bpf/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 6f46170e09c1..4865116b96c7 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -37,5 +37,5 @@ libbpf.so.*
test_hashmap
test_btf_dump
xdping
-/alu32
+/no_alu32
/bpf_gcc