[PATCH v2 1/2] tools/bpftool: ignore build products

From: Taeung Song
Date: Wed Jul 18 2018 - 22:45:28 EST


For untracked things of tools/bpf, add this.

Signed-off-by: Taeung Song <treeze.taeung@xxxxxxxxx>
---
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