[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200312182332.3953408-4-songliubraving@fb.com>
Date: Thu, 12 Mar 2020 11:23:32 -0700
From: Song Liu <songliubraving@...com>
To: <netdev@...r.kernel.org>, <bpf@...r.kernel.org>
CC: <john.fastabend@...il.com>, <quentin@...valent.com>,
<kernel-team@...com>, <ast@...nel.org>, <daniel@...earbox.net>,
<arnaldo.melo@...il.com>, <jolsa@...nel.org>,
Song Liu <songliubraving@...com>
Subject: [PATCH v3 bpf-next 3/3] bpftool: add _bpftool and profiler.skel.h to .gitignore
These files are generated, so ignore them.
Reviewed-by: Quentin Monnet <quentin@...valent.com>
Signed-off-by: Song Liu <songliubraving@...com>
---
tools/bpf/bpftool/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore
index b13926432b84..8d6e8901ed2b 100644
--- a/tools/bpf/bpftool/.gitignore
+++ b/tools/bpf/bpftool/.gitignore
@@ -1,7 +1,9 @@
*.d
+/_bpftool
/bpftool
bpftool*.8
bpf-helpers.*
FEATURE-DUMP.bpftool
feature
libbpf
+profiler.skel.h
--
2.17.1
Powered by blists - more mailing lists