From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: [PATCH] gitignore: ignore Labgrid --lg-log's console_main
Date: Mon, 19 Jan 2026 12:10:57 +0100 [thread overview]
Message-ID: <20260119111058.3120441-1-a.fatoum@barebox.org> (raw)
Calling pytest with --lg-log generates a console_main with the log
output, which leads often to false positives for me when searching
strings with ripgrep.
Add the file to .gitignore to fix this.
Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1b335c330091..2d5b9602a5cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,3 +116,6 @@ coverage_html/
# Disk images (used for testing)
/*.raw
/*.qcow2
+
+# Labgrid default console log file
+/console_main
--
2.47.3
next reply other threads:[~2026-01-19 11:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-19 11:10 Ahmad Fatoum [this message]
2026-01-19 11:20 ` Sascha Hauer
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=20260119111058.3120441-1-a.fatoum@barebox.org \
--to=a.fatoum@barebox.org \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox