diff options
| author | t <t@tjp.lol> | 2026-08-20 13:49:12 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-08-20 13:53:22 -0600 |
| commit | b7a1f0d934cab519613e8ee2a08f052e0d56687e (patch) | |
| tree | 4240285ee35fb2a4333e1c1fabf596ec12e0ebf3 | |
| parent | a08d854d52cf5492a7763bccc1ce475dcc057cba (diff) | |
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.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ # Local luarocks tree created by `mise run deps`. .rocks/ + +# Build artifact left by `luarocks upload` / `mise run release`. +*.src.rock |
