gitignore the sx object cache (.sx-cache/) — build artifact, committed by mistake

This commit is contained in:
agra
2026-06-12 17:27:51 +03:00
parent 06f99b3606
commit 85636feb7b
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ build/
# scratch store roots / fixtures created by tests (never /tmp)
.sx-tmp/
# sx compiler caches (object cache for #import c units etc.)
.sx-cache/

Binary file not shown.

Binary file not shown.