All of lore.kernel.org
 help / color / mirror / Atom feed
From: Devaansh Kumar <devaanshk840@gmail.com>
To: linux-perf-users@vger.kernel.org, peterz@infradead.org,
	mingo@redhat.com, acme@kernel.org, namhyung@kernel.org
Cc: Devaansh Kumar <devaanshk840@gmail.com>,
	skhan@linuxfoundation.org,
	linux-kernel-mentees@lists.linuxfoundation.org
Subject: [PATCH] perf test: Added .gitignore to shell base_report
Date: Mon,  4 Aug 2025 23:11:55 +0530	[thread overview]
Message-ID: <20250804174157.319224-1-devaanshk840@gmail.com> (raw)

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


             reply	other threads:[~2025-08-04 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-04 17:41 Devaansh Kumar [this message]
2025-08-15 20:38 ` [PATCH] perf test: Added .gitignore to shell base_report Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250804174157.319224-1-devaanshk840@gmail.com \
    --to=devaanshk840@gmail.com \
    --cc=acme@kernel.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.