Created
July 21, 2026 15:27
-
-
Save ernstki/9a563e748789124b18577c43ab073f0a to your computer and use it in GitHub Desktop.
`.gitignore` to exclude Debian build artifacts from a typical `dpkg-buildpackage -b`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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