diff options
| author | t <t@tjp.lol> | 2026-08-20 13:49:10 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-08-20 13:53:18 -0600 |
| commit | 11aa2e9d8a8016eee008a8a043501aae96c873d4 (patch) | |
| tree | 3ff3e4e7075a55af4d13ee3b62d2833a659af6c5 /.gitignore | |
| parent | 11bd9d782147e883ea10d7a1697e0b97ac681fd0 (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.
Diffstat (limited to '.gitignore')
| -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 |
