From: Rong Tao <rongtao@xxxxxxxx> Add .gitignore file to ignore the rtla binary. Signed-off-by: Rong Tao <rongtao@xxxxxxxx> --- v2: Improve the log and subsystem. v1: https://lore.kernel.org/lkml/tencent_8042C05909979D2A1AAFA8A3028854065808@xxxxxx/ --- tools/tracing/rtla/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/tracing/rtla/.gitignore diff --git a/tools/tracing/rtla/.gitignore b/tools/tracing/rtla/.gitignore new file mode 100644 index 000000000000..e9df32419b2b --- /dev/null +++ b/tools/tracing/rtla/.gitignore @@ -0,0 +1 @@ +/rtla -- 2.39.1