From b7a1f0d934cab519613e8ee2a08f052e0d56687e Mon Sep 17 00:00:00 2001 From: t Date: Thu, 20 Aug 2026 13:49:12 -0600 Subject: Ignore the .src.rock build artifact `luarocks upload` packs a source rock next to the rockspec, so every `mise run release` leaves one in the working copy. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85c89f9..7a6bb44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Local luarocks tree created by `mise run deps`. .rocks/ + +# Build artifact left by `luarocks upload` / `mise run release`. +*.src.rock -- cgit v1.3