All of lore.kernel.org
 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

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