From 5adacd2eee9823b3fc365287d46b60f6d8cbef1e Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Fri, 19 Jun 2026 00:25:58 +0900 Subject: [PATCH] gitignore: ignore *.sepwork/ sep-build scratch dirs (#91) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 1dd4951b..8712050d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,14 @@ # Build outputs. /out/ +# Separate-compilation scratch dirs. `ww build` / `ww --sep` (the sole +# build path post-#22 flip) drops .sepwork/ next to the OUTPUT +# stem; an in-place build (no -o) lands it next to the source. The +# Makefile byte-id gates read .sepwork/*.s deliberately (rule-10 +# #223 discriminator), so the dir is transient-not-tracked (CLAUDE.md +# rule-14), never relocated. +*.sepwork/ + # Claude Code session artifacts. .claude/ .ai/