From 524597ed3d0ae02e3753dc91212bbd1f0c9f3f76 Mon Sep 17 00:00:00 2001 From: t Date: Thu, 20 Aug 2026 13:49:09 -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