Files
SKELETONKEY/.gitignore
T
leviathan 6b6d638d98 .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.
2026-05-23 00:47:25 -04:00

20 lines
293 B
Plaintext

build/
*.o
*.a
*.so
*.dSYM/
modules/*/build/
modules/*/dirtyfail
modules/*/skeletonkey
/skeletonkey
/skeletonkey-test
/skeletonkey-x86_64
/skeletonkey-x86_64-static
/skeletonkey-x86_64.sha256
/skeletonkey-x86_64-static.sha256
/skeletonkey-arm64
/skeletonkey-arm64.sha256
.vscode/
.idea/
*.swp