projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a943646
)
selftests/bpf: Fix .gitignore to ignore no_alu32/
author
Andrii Nakryiko
<andriin@fb.com>
Fri, 25 Oct 2019 04:55:03 +0000
(21:55 -0700)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Fri, 25 Oct 2019 21:41:22 +0000
(23:41 +0200)
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
tools/testing/selftests/bpf/.gitignore
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/.gitignore
b/tools/testing/selftests/bpf/.gitignore
index
6f46170
..
4865116
100644
(file)
--- 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