diff options
| author | t <t@tjp.lol> | 2026-08-20 13:49:09 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-08-20 13:53:14 -0600 |
| commit | 524597ed3d0ae02e3753dc91212bbd1f0c9f3f76 (patch) | |
| tree | 593ec380716b341a22a2441d24c47fa1698f45d1 | |
| parent | 928f66f10bdf99d2f57aaba7325a0616196b5623 (diff) | |
`luarocks upload` packs a source rock next to the rockspec, so every
`mise run release` leaves one in the working copy.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
