* [PATCH] gitignore: ignore Labgrid --lg-log's console_main
@ 2026-01-19 11:10 Ahmad Fatoum
2026-01-19 11:20 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-01-19 11:10 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] gitignore: ignore Labgrid --lg-log's console_main
2026-01-19 11:10 [PATCH] gitignore: ignore Labgrid --lg-log's console_main Ahmad Fatoum
@ 2026-01-19 11:20 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-01-19 11:20 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Mon, 19 Jan 2026 12:10:57 +0100, Ahmad Fatoum wrote:
> 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.
>
>
> [...]
Applied, thanks!
[1/1] gitignore: ignore Labgrid --lg-log's console_main
https://git.pengutronix.de/cgit/barebox/commit/?id=3b5b05469175 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-19 11:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-19 11:10 [PATCH] gitignore: ignore Labgrid --lg-log's console_main Ahmad Fatoum
2026-01-19 11:20 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox