From: Yang Jihong Date: Mon, 30 Oct 2023 11:14:38 +0000 (+0000) Subject: perf tools: Add the python_ext_build directory to .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36c70e44a37b84cbb4094bf6f5cdb01cfd6659df;p=linux.git perf tools: Add the python_ext_build directory to .gitignore `python_ext_build` is the build directory for python.so, ignore it for cleaner git status. Signed-off-by: Yang Jihong Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Ian Rogers Cc: Ingo Molnar Cc: Jiri Olsa Cc: Mark Rutland Cc: Namhyung Kim Cc: Peter Zijlstra Link: https://lore.kernel.org/r/20231030111438.1357962-2-yangjihong1@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index f533e76fb4800..ee5c14f3b8b19 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -49,3 +49,4 @@ libtraceevent/ libtraceevent_plugins/ fixdep Documentation/doc.dep +python_ext_build/