From 11aa2e9d8a8016eee008a8a043501aae96c873d4 Mon Sep 17 00:00:00 2001 From: t Date: Thu, 20 Aug 2026 13:49:10 -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 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6296af3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Build artifact left by `luarocks upload` / `mise run release`. +*.src.rock -- cgit v1.3