2023-04-24 11:06:48

by Rong Tao

[permalink] [raw]
Subject: [PATCH] rtla: Add .gitignore file

From: Rong Tao <[email protected]>

Add .gitignore file to ignore the rtla binary.

Signed-off-by: Rong Tao <[email protected]>
---
v2: Improve the log and subsystem.
v1: https://lore.kernel.org/lkml/[email protected]/
---
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


Subject: Re: [PATCH] rtla: Add .gitignore file

On 4/24/23 12:46, Rong Tao wrote:
> From: Rong Tao <[email protected]>
>
> Add .gitignore file to ignore the rtla binary.
>
> Signed-off-by: Rong Tao <[email protected]>

Acked-by: Daniel Bristot de Oliveira <[email protected]>

> ---
> v2: Improve the log and subsystem.
> v1: https://lore.kernel.org/lkml/[email protected]/

Thanks!
-- Daniel