diff options
author | Chen Pei <cp0613@linux.alibaba.com> | 2025-07-26 19:15:32 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-08-15 12:13:57 +0200 |
commit | 309b23f7b5bcf453b90905906a149666ad11e9f7 (patch) | |
tree | cb3ddb6e57e264899c84584cb6b9a2a873bd2c89 | |
parent | 112ed94f2a45559bdb61cefbf5e8aa8fb090df7a (diff) |
perf tools: Remove libtraceevent in .gitignore
[ Upstream commit af470fb532fc803c4c582d15b4bd394682a77a15 ]
The libtraceevent has been removed from the source tree, and .gitignore
needs to be updated as well.
Fixes: 4171925aa9f3f7bf ("tools lib traceevent: Remove libtraceevent")
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250726111532.8031-1-cp0613@linux.alibaba.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | tools/perf/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index f5b81d439387..1ef45d803024 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -48,8 +48,6 @@ libbpf/ libperf/ libsubcmd/ libsymbol/ -libtraceevent/ -libtraceevent_plugins/ fixdep Documentation/doc.dep python_ext_build/ |