mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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: e13a2fe642 ("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
This commit is contained in:
parent
a943646036
commit
027cbaaf61
2
tools/testing/selftests/bpf/.gitignore
vendored
2
tools/testing/selftests/bpf/.gitignore
vendored
|
|
@ -37,5 +37,5 @@ libbpf.so.*
|
|||
test_hashmap
|
||||
test_btf_dump
|
||||
xdping
|
||||
/alu32
|
||||
/no_alu32
|
||||
/bpf_gcc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user