From 83101add2ceda3814b5515093269307a84477309 Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sun, 9 Aug 2026 12:07:57 +0900 Subject: [PATCH] gitignore: drop retired artifact paths --- .gitignore | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitignore b/.gitignore index 5d6e2664..37e9494d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,24 +13,11 @@ .claude/ .ai/ -# Stray executables produced by ad-hoc `ww build` runs in the project -# root. Real source for these lives under selfhost/test/ as .ww files. -/loop -/sym_link -/memiotest -/trypromote -/tagged_ptr_ret -/smoke - # Per-module build artifacts. The .combined.ww files under selfhost/ # are intentionally tracked — they're frozen bootstrap inputs. selfhost/**/*.o selfhost/**/*.s -# Test-probe leftovers. `ww build` drops .combined.ww next to the -# source; the selfhost/test/ probes don't need them tracked. -selfhost/test/*.combined.ww - # `ww build` on a lib/ module leaves a .combined.ww next to the # source. None of these are bootstrap inputs (those are under # selfhost/cmd/*/main.combined.ww) — they're just transient. @@ -54,9 +41,6 @@ test/wcc/data/*.combined.ww test/wcc/data/**/*.o test/wcc/data/**/*.s test/wcc/data/**/*.combined.ww -test/wcc/data/modcollision/pos -test/wcc/data/modcollision/neg -test/wcc/data/samemodprefer/pos examples/mandelbrot/mandelbrot examples/cmatrix/cmatrix examples/lisp/lisp