Skip to content

Commit 02689ae

Browse files
walaclenticularis39
authored andcommitted
rtla: Add generated output files to gitignore
The rtla tool generates various output files during testing and execution, including custom trace outputs and histogram data. These files are artifacts of running the tool with different options and should not be tracked in version control. Add gitignore entries for custom_filename.txt, osnoise_irq_noise_hist.txt, osnoise_trace.txt, and timerlat_trace.txt to prevent accidentally committing these generated files. This aligns with the existing pattern of ignoring build artifacts and generated headers like *.skel.h. Signed-off-by: Wander Lairson Costa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tomas Glozar <[email protected]>
1 parent a0890f9 commit 02689ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/tracing/rtla/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ fixdep
55
feature
66
FEATURE-DUMP
77
*.skel.h
8+
custom_filename.txt
9+
osnoise_irq_noise_hist.txt
10+
osnoise_trace.txt
11+
timerlat_trace.txt

0 commit comments

Comments
 (0)