From 4761588713f893d76ce717fe8cc54e3ed7f61b43 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sun, 4 May 2025 16:38:05 -0300
Subject: Makefile: Fix dependency tracking of $(captured-assets)

Since I can't get deterministic outputs out of mktorrent(1), change torrents
from $(captured-assets) to $(dynamic-contents).
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 9385a55..874fc80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,6 @@
 *.ps
 *.pdf
 *.gz
+*.sentinel
+*.torrent
 /src/content/.gitignore
-- 
cgit v1.2.3