Ignore DEB build artifacts

[GitHub #207]
This commit is contained in:
Aoran Zeng
2025-06-15 11:19:26 +08:00
parent a2321fdc06
commit 7c7408e4b8

10
.gitignore vendored
View File

@@ -34,6 +34,7 @@ chsrc.toc
*.info *.info
*.pdf *.pdf
# DEB package build artifacts # DEB package build artifacts
debian/chsrc/ debian/chsrc/
debian/.debhelper/ debian/.debhelper/
@@ -41,6 +42,9 @@ debian/debhelper-build-stamp
debian/files debian/files
debian/chsrc.debhelper.log debian/chsrc.debhelper.log
debian/chsrc.substvars debian/chsrc.substvars
*.deb
*.changes chsrc_*.deb
*.buildinfo chsrc-dbgsym_*.ddeb
chsrc_*.build
chsrc_*.buildinfo
chsrc_*.changes