From 7c7408e4b8b80f117ebec80e97142c5faa48383e Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 15 Jun 2025 11:19:26 +0800 Subject: [PATCH] Ignore DEB build artifacts [GitHub #207] --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6534b2d..134f5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ chsrc.toc *.info *.pdf + # DEB package build artifacts debian/chsrc/ debian/.debhelper/ @@ -41,6 +42,9 @@ debian/debhelper-build-stamp debian/files debian/chsrc.debhelper.log debian/chsrc.substvars -*.deb -*.changes -*.buildinfo + +chsrc_*.deb +chsrc-dbgsym_*.ddeb +chsrc_*.build +chsrc_*.buildinfo +chsrc_*.changes