summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWander Lairson Costa <wander@redhat.com>2026-01-06 14:49:50 +0300
committerTomas Glozar <tglozar@redhat.com>2026-01-07 17:57:55 +0300
commit02689ae385c5e84874620947ac010cf7b4950375 (patch)
tree4fcc95970b7987d7a8c9aa841ce17f13d3756633
parenta0890f9dbd24b302d327fe7dad9b9c5be0e278aa (diff)
downloadlinux-02689ae385c5e84874620947ac010cf7b4950375.tar.xz
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 <wander@redhat.com> Link: https://lore.kernel.org/r/20260106133655.249887-15-wander@redhat.com Signed-off-by: Tomas Glozar <tglozar@redhat.com>
-rw-r--r--tools/tracing/rtla/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tracing/rtla/.gitignore b/tools/tracing/rtla/.gitignore
index 1a394ad26cc1..4d39d64ac08c 100644
--- a/tools/tracing/rtla/.gitignore
+++ b/tools/tracing/rtla/.gitignore
@@ -5,3 +5,7 @@ fixdep
feature
FEATURE-DUMP
*.skel.h
+custom_filename.txt
+osnoise_irq_noise_hist.txt
+osnoise_trace.txt
+timerlat_trace.txt