From 6b32dabf710ef87c2ddbd0d74545bdea6e4f5f49 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sat, 11 Jul 2026 14:44:38 +0200 Subject: [PATCH] build: ignore dh_installtmpfiles *.postinst.debhelper build artifacts Removes a stray secubox-peertube.postinst.debhelper (regenerated at build from debian/secubox-peertube.tmpfiles via #DEBHELPER#) and ignores the pattern. Co-Authored-By: Gerald KERMA --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c956d25..33c5ae82 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ backups/*.img.xz /output/metablog-backfill-report.json /output/metablog-backfill.log .superpowers/sdd/ +packages/*/debian/*.postinst.debhelper