From: Arnout Vandecappelle via buildroot <buildroot@buildroot.org>
To: "Théo Lebrun" <theo.lebrun@bootlin.com>
Cc: Arnout Vandecappelle <arnout@rnout.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] gitignore: ignore utils/brmake log output named `br.log`
Date: Tue, 13 Jan 2026 20:45:55 +0100 [thread overview]
Message-ID: <20260113194556.98127-1-arnout@rnout.be> (raw)
In-Reply-To: <20251117-gitignore-brmake-log-v1-1-a77ec4bb1db2@bootlin.com>
In reply of:
> The `utils/brmake` tool runs `make all` with logs put into `br.log`.
> That file is therefore the result of a build and committing it never
> makes sense, neither upstream nor on any other remote/branch.
>
> ⟩ git status --short
> ⟩ make beaglebone_defconfig
> ⟩ ./utils/brmake
> ⟩ git status --short
> ?? br.log
>
> Add a new `/br.log` entry in the root `.gitignore` file.
> Append to the end because no ordering logic was found.
>
> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index ec5768d053..fb20b03daf 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -13,3 +13,4 @@
> *.rej
> *~
> *.pyc
> +/br.log
>
> ---
> base-commit: 8ccee2be221772f6d456fd852b237adb7f5bbe51
> change-id: 20251117-gitignore-brmake-log-d4bf616574aa
>
> Best regards,
> --
> Théo Lebrun <theo.lebrun@bootlin.com>
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-01-13 19:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 17:07 [Buildroot] [PATCH] gitignore: ignore utils/brmake log output named `br.log` Théo Lebrun via buildroot
2026-01-01 13:27 ` Thomas Petazzoni via buildroot
2026-01-13 19:45 ` Arnout Vandecappelle via buildroot [this message]
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=20260113194556.98127-1-arnout@rnout.be \
--to=buildroot@buildroot.org \
--cc=arnout@rnout.be \
--cc=theo.lebrun@bootlin.com \
/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.