[PATCH 4/5] tuna: Add .local/ directory to .gitignore

John Kacur <[email protected]> Thu, 11 Jun 2026 16:38:31 -0400
Newsgroups org.kernel.vger.linux-rt-users
Message-ID <[email protected]>
Add .local/ to .gitignore to exclude local project notes and
documentation from version control. This directory is used for
storing development notes, enhancement ideas, and other local
files that should not be committed to the repository.

Assisted-by: Claude:claude-sonnet-4-5
Signed-off-by: John Kacur <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d8e20215de9b..273af4ad6006 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 *.swp
 tags
 CLAUDE.md
+.local/
-- 
2.54.0