[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250815064430.work.772-kees@kernel.org>
Date: Thu, 14 Aug 2025 23:44:43 -0700
From: Kees Cook <kees@...nel.org>
To: Sasha Levin <sashal@...nel.org>
Cc: Kees Cook <kees@...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>,
Tamir Duberstein <tamird@...il.com>,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org,
workflows@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: [PATCH] .gitignore: Add Coding Assistants section
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>
---
.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