# Debian package build artifacts *.deb *.buildinfo *.changes *.debian.tar.* debian/files debian/postit/ # Upstream source tree fetched by the build (in build/) build/ # Editor / OS noise .DS_Store .idea/ .vscode/ *.swp # Generated by debhelper during build debian/.debhelper/ debian/debhelper-build-stamp debian/postit.debhelper.log debian/postit.substvars # Generated from debian/changelog.in at the start of every build # (see debian/rules and the Makefile). Versioned template is # changelog.in; the rendered file is not tracked because it changes # with POSTIT_GIT_TAG on every build. debian/changelog # Staging tree for dh_install debian/tmp/ # Built .deb artifacts that fall outside the source tree (dpkg-buildpackage # drops them next to the parent dir) postit_*.deb postit_*.changes postit_*.buildinfo