netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] tools/bpftool: ignore build products
@ 2018-07-18 13:35 Taeung Song
  2018-07-18 13:35 ` [PATCH 2/2] tools/bpftool: Fix segfault case regarding 'pin' arguments Taeung Song
  0 siblings, 1 reply; 4+ messages in thread
From: Taeung Song @ 2018-07-18 13:35 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann; +Cc: netdev, linux-kernel

For untracked things of tools/bpf, add this.

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
---
 tools/bpf/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tools/bpf/.gitignore

diff --git a/tools/bpf/.gitignore b/tools/bpf/.gitignore
new file mode 100644
index 000000000000..dfe2bd5a4b95
--- /dev/null
+++ b/tools/bpf/.gitignore
@@ -0,0 +1,5 @@
+FEATURE-DUMP.bpf
+bpf_asm
+bpf_dbg
+bpf_exp.yacc.*
+bpf_jit_disasm
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-19  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-18 13:35 [PATCH 1/2] tools/bpftool: ignore build products Taeung Song
2018-07-18 13:35 ` [PATCH 2/2] tools/bpftool: Fix segfault case regarding 'pin' arguments Taeung Song
2018-07-18 18:19   ` Jakub Kicinski
2018-07-19  2:44     ` Taeung Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).