[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJ-ks9=HYFEEENpZRADiA0y=EzLUc42ZCQLwGA0oVR6MGcP-Nw@mail.gmail.com>
Date: Fri, 15 Aug 2025 12:00:23 -0400
From: Tamir Duberstein <tamird@...nel.org>
To: Kees Cook <kees@...nel.org>
Cc: Sasha Levin <sashal@...nel.org>, Jonathan Corbet <corbet@....net>,
Steven Rostedt <rostedt@...dmis.org>, Josh Triplett <josh@...htriplett.org>,
Konstantin Ryabitsev <konstantin@...uxfoundation.org>, Masahiro Yamada <masahiroy@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>, Fiona Behrens <me@...enk.dev>,
Sami Tolvanen <samitolvanen@...gle.com>, Gary Guo <gary@...yguo.net>,
Kris Van Hees <kris.van.hees@...cle.com>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>, Li Zhijian <lizhijian@...itsu.com>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
workflows@...r.kernel.org, linux-hardening@...r.kernel.org
Subject: Re: [PATCH] .gitignore: Add Coding Assistants section
On Fri, Aug 15, 2025 at 2:44 AM Kees Cook <kees@...nel.org> wrote:
>
> Both Claude and Gemini save locally personalized configurations in their
> respective .md files and dot-directories. Since these are continuously
> updated by the developer (and agent) when working on projects, these
> files must be ignored, much like how we ignore the debian/ directory, etc.
>
> Signed-off-by: Kees Cook <kees@...nel.org>
Reviewed-by: Tamir Duberstein <tamird@...nel.org>
> ---
> .gitignore | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index bf5ee6e01cd4..0459a44a3d64 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -182,3 +182,11 @@ sphinx_*/
>
> # Rust analyzer configuration
> /rust-project.json
> +
> +#
> +# Coding assistants
> +#
> +/CLAUDE.md
> +/.claude/
> +/GEMINI.md
> +/.gemini/
> --
> 2.34.1
>
Powered by blists - more mailing lists