.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:
@@ -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 +0,0 @@
|
|||||||
4c4d1397f0286eba3ddc471ae4ba24b4767ba8c70b3101299622ec950e4d90aa skeletonkey-x86_64-static
|
|
||||||
Reference in New Issue
Block a user