workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Add Coding Assistants section
@ 2025-08-15  6:44 Kees Cook
  2025-08-15 16:00 ` Tamir Duberstein
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2025-08-15  6:44 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Kees Cook, Jonathan Corbet, Steven Rostedt, Josh Triplett,
	Konstantin Ryabitsev, Masahiro Yamada, Miguel Ojeda,
	Fiona Behrens, Sami Tolvanen, Gary Guo, Kris Van Hees,
	Laurent Pinchart, Mauro Carvalho Chehab, Li Zhijian,
	Tamir Duberstein, linux-kernel, linux-doc, workflows,
	linux-hardening

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@kernel.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] .gitignore: Add Coding Assistants section
  2025-08-15  6:44 [PATCH] .gitignore: Add Coding Assistants section Kees Cook
@ 2025-08-15 16:00 ` Tamir Duberstein
  0 siblings, 0 replies; 2+ messages in thread
From: Tamir Duberstein @ 2025-08-15 16:00 UTC (permalink / raw)
  To: Kees Cook
  Cc: Sasha Levin, Jonathan Corbet, Steven Rostedt, Josh Triplett,
	Konstantin Ryabitsev, Masahiro Yamada, Miguel Ojeda,
	Fiona Behrens, Sami Tolvanen, Gary Guo, Kris Van Hees,
	Laurent Pinchart, Mauro Carvalho Chehab, Li Zhijian, linux-kernel,
	linux-doc, workflows, linux-hardening

On Fri, Aug 15, 2025 at 2:44 AM Kees Cook <kees@kernel.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@kernel.org>

Reviewed-by: Tamir Duberstein <tamird@kernel.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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-15 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15  6:44 [PATCH] .gitignore: Add Coding Assistants section Kees Cook
2025-08-15 16:00 ` Tamir Duberstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).