From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6813B2E62A6 for ; Mon, 10 Nov 2025 17:50:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762797038; cv=none; b=UoLDlomApmeO9FGowZtWfotq4bWm857HvnVNOgxEg+mcN4hWJ+fRIQ2keT1ui0wxWy+jQPo/Adk7nFXcdPJB/4tBS+xrRj2DhOsRngvI8r2PLLN9U0nf9s6K4EDYnGg/ocUYpuONxmF/gbjKZtIdC3cx/i8HOu36Y0ausaXq4uA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762797038; c=relaxed/simple; bh=SFQdPHkNkShCNBus9FnN6LOXWRROsv6BNlcmUYoa/UE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZyBIMNB/2Sw+T49VavhncpXgFOc4sOHB9mh2yZglwDp/82zuVcL2hLCILKjtXPikyVrpnUwXvn/K/PVjGp7/JZjp1tJNAQCRU8OGHQbni8rl8aA5wBCPSarVKgLn3q1ts8ffWULUhWnakfMWN4DZJZwmZtX5KHq0mJA6ICE8Tp8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id D65C0C116B1; Mon, 10 Nov 2025 17:50:37 +0000 (UTC) Date: Mon, 10 Nov 2025 11:50:36 -0600 From: Clark Williams To: Wander Lairson Costa Cc: linux-rt-users@vger.kernel.org Subject: Re: [stalld v2 6/6] gitignore: Exclude Serena and Claude Code metadata Message-ID: References: <20251110132241.43685-1-wander@redhat.com> <20251110132241.43685-7-wander@redhat.com> Precedence: bulk X-Mailing-List: linux-rt-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251110132241.43685-7-wander@redhat.com> On Mon, Nov 10, 2025 at 10:22:41AM -0300, Wander Lairson Costa wrote: > This commit adds .serena and CLAUDE.md to the .gitignore file to > prevent Serena IDE metadata and Claude Code documentation from being > tracked in version control. These files are development environment > specific and should not be part of the repository. > > The .serena directory contains IDE-specific configuration and cache > files, while CLAUDE.md is used for AI-assisted development guidance. > Both are local-only files that vary between development environments > and should remain untracked. > > Signed-off-by: Wander Lairson Costa > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index dc802f6..62fddc0 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -18,3 +18,5 @@ node_modules/ > patches/ > tests/legacy/test01 > *.patch > +.serena > +CLAUDE.md > -- > 2.51.1 > Signed-off-by: Clark Williams -- The United States Coast Guard Ruining Natural Selection since 1790