Skip to content

Commit

Permalink
selftests/bpf: Fix .gitignore to ignore no_alu32/
Browse files Browse the repository at this point in the history
When switching to alu32 by default, no_alu32/ subdirectory wasn't added
to .gitignore. Fix it.

Fixes: e13a2fe ("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
  • Loading branch information
Andrii Nakryiko authored and Daniel Borkmann committed Oct 25, 2019
1 parent a943646 commit 027cbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/bpf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ libbpf.so.*
test_hashmap
test_btf_dump
xdping
/alu32
/no_alu32
/bpf_gcc

0 comments on commit 027cbaa

Please sign in to comment.