summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-08-20 13:49:09 -0600
committert <t@tjp.lol>2026-08-20 13:53:14 -0600
commit524597ed3d0ae02e3753dc91212bbd1f0c9f3f76 (patch)
tree593ec380716b341a22a2441d24c47fa1698f45d1
parent928f66f10bdf99d2f57aaba7325a0616196b5623 (diff)
Ignore the .src.rock build artifactHEADmain
`luarocks upload` packs a source rock next to the rockspec, so every `mise run release` leaves one in the working copy.
-rw-r--r--.gitignore2
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