* [PATCH] perf test: Added .gitignore to shell base_report
@ 2025-08-04 17:41 Devaansh Kumar
2025-08-15 20:38 ` Namhyung Kim
0 siblings, 1 reply; 2+ messages in thread
From: Devaansh Kumar @ 2025-08-04 17:41 UTC (permalink / raw)
To: linux-perf-users, peterz, mingo, acme, namhyung
Cc: Devaansh Kumar, skhan, linux-kernel-mentees
Created .gitignore to include base_report files so
git status doesn't gripe about untracked files.
Signed-off-by: Devaansh Kumar <devaanshk840@gmail.com>
---
tools/perf/tests/shell/base_report/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 tools/perf/tests/shell/base_report/.gitignore
diff --git a/tools/perf/tests/shell/base_report/.gitignore b/tools/perf/tests/shell/base_report/.gitignore
new file mode 100644
index 000000000000..8d3ce1278d83
--- /dev/null
+++ b/tools/perf/tests/shell/base_report/.gitignore
@@ -0,0 +1,2 @@
+*.log
+*.err
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] perf test: Added .gitignore to shell base_report
2025-08-04 17:41 [PATCH] perf test: Added .gitignore to shell base_report Devaansh Kumar
@ 2025-08-15 20:38 ` Namhyung Kim
0 siblings, 0 replies; 2+ messages in thread
From: Namhyung Kim @ 2025-08-15 20:38 UTC (permalink / raw)
To: Devaansh Kumar
Cc: linux-perf-users, peterz, mingo, acme, skhan,
linux-kernel-mentees
Hello,
On Mon, Aug 04, 2025 at 11:11:55PM +0530, Devaansh Kumar wrote:
> Created .gitignore to include base_report files so
> git status doesn't gripe about untracked files.
>
> Signed-off-by: Devaansh Kumar <devaanshk840@gmail.com>
> ---
> tools/perf/tests/shell/base_report/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 tools/perf/tests/shell/base_report/.gitignore
>
> diff --git a/tools/perf/tests/shell/base_report/.gitignore b/tools/perf/tests/shell/base_report/.gitignore
> new file mode 100644
> index 000000000000..8d3ce1278d83
> --- /dev/null
> +++ b/tools/perf/tests/shell/base_report/.gitignore
Probably better to put this in tools/perf/tests.
Thanks
Namhyung
> @@ -0,0 +1,2 @@
> +*.log
> +*.err
> --
> 2.49.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-15 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 17:41 [PATCH] perf test: Added .gitignore to shell base_report Devaansh Kumar
2025-08-15 20:38 ` Namhyung Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).