[PATCH] rtla: Add .gitignore file

Rong Tao posted 1 patch 2 years, 9 months ago
tools/tracing/rtla/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/tracing/rtla/.gitignore
[PATCH] rtla: Add .gitignore file
Posted by Rong Tao 2 years, 9 months ago
From: Rong Tao <rongtao@cestc.cn>

Add .gitignore file to ignore the rtla binary.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
v2: Improve the log and subsystem.
v1: https://lore.kernel.org/lkml/tencent_8042C05909979D2A1AAFA8A3028854065808@qq.com/
---
 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
Re: [PATCH] rtla: Add .gitignore file
Posted by Daniel Bristot de Oliveira 2 years, 9 months ago
On 4/24/23 12:46, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Add .gitignore file to ignore the rtla binary.
> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>

Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>

> ---
> v2: Improve the log and subsystem.
> v1: https://lore.kernel.org/lkml/tencent_8042C05909979D2A1AAFA8A3028854065808@qq.com/

Thanks!
-- Daniel