whoops, forgot memci.json to gitignore

This commit is contained in:
soypat
2026-09-03 06:44:14 -07:00
parent 462e077eb1
commit ebc63721c7
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[
{
"name":"Stack MWE",
"build":"go build -o=mwe.elf ./examples/min-working-example",
"elf":"mwe.elf"
}
]
+3
View File
@@ -81,3 +81,6 @@ local
# If running a python script. # If running a python script.
*/__pycache__/* */__pycache__/*
# memci targets
!.github/workflows/memci.json