.gitignore: ignore .ai/ and stray /memiotest
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,11 +3,13 @@
|
|||||||
|
|
||||||
# Claude Code session artifacts.
|
# Claude Code session artifacts.
|
||||||
.claude/
|
.claude/
|
||||||
|
.ai/
|
||||||
|
|
||||||
# Stray executables produced by ad-hoc `ww build` runs in the project
|
# Stray executables produced by ad-hoc `ww build` runs in the project
|
||||||
# root. Real source for these lives under selfhost/test/ as .ww files.
|
# root. Real source for these lives under selfhost/test/ as .ww files.
|
||||||
/loop
|
/loop
|
||||||
/sym_link
|
/sym_link
|
||||||
|
/memiotest
|
||||||
|
|
||||||
# Per-module build artifacts. The .combined.ww files under selfhost/
|
# Per-module build artifacts. The .combined.ww files under selfhost/
|
||||||
# are intentionally tracked — they're frozen bootstrap inputs.
|
# are intentionally tracked — they're frozen bootstrap inputs.
|
||||||
|
|||||||
Reference in New Issue
Block a user