Skip to content

Instantly share code, notes, and snippets.

@ernstki
Created July 21, 2026 15:27
Show Gist options
  • Select an option

  • Save ernstki/9a563e748789124b18577c43ab073f0a to your computer and use it in GitHub Desktop.

Select an option

Save ernstki/9a563e748789124b18577c43ab073f0a to your computer and use it in GitHub Desktop.
`.gitignore` to exclude Debian build artifacts from a typical `dpkg-buildpackage -b`
# Debian build artifacts
debian/remarkable/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/*.substvars
debian/*.log
*.deb
*.buildinfo
*.changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment