.gitignore: exclude release build artifacts at repo root

A few release-binary artifacts slipped into the previous commit
(skeletonkey-x86_64-static + .sha256). Untrack them and pre-emptively
extend the ignore list to cover every release-asset filename pattern
the workflow + manual uploads can produce.
This commit is contained in:
2026-05-23 00:47:25 -04:00
parent 8938a74d04
commit 6b6d638d98
3 changed files with 6 additions and 1 deletions
+6
View File
@@ -8,6 +8,12 @@ modules/*/dirtyfail
modules/*/skeletonkey modules/*/skeletonkey
/skeletonkey /skeletonkey
/skeletonkey-test /skeletonkey-test
/skeletonkey-x86_64
/skeletonkey-x86_64-static
/skeletonkey-x86_64.sha256
/skeletonkey-x86_64-static.sha256
/skeletonkey-arm64
/skeletonkey-arm64.sha256
.vscode/ .vscode/
.idea/ .idea/
*.swp *.swp
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
4c4d1397f0286eba3ddc471ae4ba24b4767ba8c70b3101299622ec950e4d90aa skeletonkey-x86_64-static