summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-08-20 13:49:12 -0600
committert <t@tjp.lol>2026-08-20 13:53:22 -0600
commitb7a1f0d934cab519613e8ee2a08f052e0d56687e (patch)
tree4240285ee35fb2a4333e1c1fabf596ec12e0ebf3 /.gitignore
parenta08d854d52cf5492a7763bccc1ce475dcc057cba (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85c89f9..7a6bb44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
# Local luarocks tree created by `mise run deps`.
.rocks/
+
+# Build artifact left by `luarocks upload` / `mise run release`.
+*.src.rock