Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 11:11:42 -0500
From:      John Baldwin <jhb@FreeBSD.org>
To:        Enji Cooper <ngie@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 4544f34f2d30 - main - .gitignore: ignore additional unwanted files
Message-ID:  <228a09d3-a7ab-43f6-8903-c73d659f0173@FreeBSD.org>
In-Reply-To: <699a713f.1c7b3.81402c1@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On 2/21/26 22:00, Enji Cooper wrote:
> The branch main has been updated by ngie:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=4544f34f2d30ee63ab1eec9fa52c31bd92d457ca
> 
> commit 4544f34f2d30ee63ab1eec9fa52c31bd92d457ca
> Author:     Enji Cooper <ngie@FreeBSD.org>
> AuthorDate: 2026-02-04 07:39:03 +0000
> Commit:     Enji Cooper <ngie@FreeBSD.org>
> CommitDate: 2026-02-22 03:00:06 +0000
> 
>      .gitignore: ignore additional unwanted files
>      
>      Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the
>      `.DS_Store` produced by macOS as well because all they provide is
>      additional file metadata that shouldn't be committed to `git`.
>      
>      MFC after:      1 week
>      Differential Revision:  https://reviews.freebsd.org/D55096
> ---
>   .gitignore | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index a53a26f16d4f..91a9252d80f3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,9 +1,17 @@
>   *.a
>   *.core
> +*.lo
> +*.nossppico
>   *.o
>   *.orig
> +*.pico
> +*.pieo
> +*.po
> +# Don't ignore translation files under `contrib/...`.
> +!contrib/**/po

Hmm, do we still generate .po object files since MK_PROFILE was removed?
The bsd.*.mk rules for those were removed about a year ago
(0e4c4cc4916c965f7f3116e1840396755d6b21f4) and haven't been relevant since
3750ccefb862 (actual date of Nov 2024, not 2021).

(Rest of these changes all look good to me FWIW)

-- 
John Baldwin



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?228a09d3-a7ab-43f6-8903-c73d659f0173>