diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-28 20:43:34 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-28 20:43:34 +0100 |
commit | a7346eefc82e5022b7474f18d4ef1815a9d8a431 (patch) | |
tree | c6bc04f47b37b0215d4e8aba402b2d6422177405 /.gitignore | |
parent | cb2290d313c7477fa15941bbd6454384e2549fdb (diff) |
convert sqmail package build to a debian directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 59 |
1 files changed, 30 insertions, 29 deletions
@@ -1,29 +1,30 @@ -*.tgz -*.tgz.* -*.debian.tar.xz -*.dsc -*.build -*.buildinfo -*.changes -*.orig.tar.gz -*.deb -fehqlibs-deb/BUILD -fehqlibs-deb/CHANGELOG -fehqlibs-deb/CONTENT.md -fehqlibs-deb/FILES -fehqlibs-deb/INSTALL.md -fehqlibs-deb/LICENSE -fehqlibs-deb/README.md -fehqlibs-deb/TARGETS -fehqlibs-deb/VERSION -fehqlibs-deb/compile -fehqlibs-deb/conf-build -fehqlibs-deb/configure -fehqlibs-deb/include/ -fehqlibs-deb/install -fehqlibs-deb/makelib -fehqlibs-deb/man/ -fehqlibs-deb/sharedlib -fehqlibs-deb/src/ -ucspi-tcp6-deb/ucspi-tcp6/ -ucspi-ssl-deb/superscript.com/ +/*.tgz +/*.tgz.* +/*.debian.tar.xz +/*.dsc +/*.build +/*.buildinfo +/*.changes +/*.orig.tar.gz +/*.deb +/fehqlibs-deb/BUILD +/fehqlibs-deb/CHANGELOG +/fehqlibs-deb/CONTENT.md +/fehqlibs-deb/FILES +/fehqlibs-deb/INSTALL.md +/fehqlibs-deb/LICENSE +/fehqlibs-deb/README.md +/fehqlibs-deb/TARGETS +/fehqlibs-deb/VERSION +/fehqlibs-deb/compile +/fehqlibs-deb/conf-build +/fehqlibs-deb/configure +/fehqlibs-deb/include/ +/fehqlibs-deb/install +/fehqlibs-deb/makelib +/fehqlibs-deb/man/ +/fehqlibs-deb/sharedlib +/fehqlibs-deb/src/ +/ucspi-tcp6-deb/ucspi-tcp6/ +/ucspi-ssl-deb/superscript.com/ +/sqmail-deb/sqmail/ |