projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d105fa9
)
selftests: bpf: add "alu32" to .gitignore
author
Jiong Wang
<jiong.wang@netronome.com>
Mon, 11 Feb 2019 12:01:18 +0000
(12:01 +0000)
committer
Alexei Starovoitov
<ast@kernel.org>
Tue, 12 Feb 2019 04:31:38 +0000
(20:31 -0800)
"alu32" is a build dir and contains various files for BPF sub-register
code-gen testing.
This patch tells git to ignore it.
Suggested-by: Yonghong Song <yhs@fb.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/.gitignore
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/.gitignore
b/tools/testing/selftests/bpf/.gitignore
index dd093bd91aa980e68e706437e6d8c6cec41a2c4c..e47168d1257d9437f5a84fe8daf10b83a19bd091 100644
(file)
--- a/
tools/testing/selftests/bpf/.gitignore
+++ b/
tools/testing/selftests/bpf/.gitignore
@@
-29,3
+29,4
@@
test_netcnt
test_section_names
test_tcpnotify_user
test_libbpf
+alu32