diff options
author | Stef Walter <stef@thewalter.net> | 2025-01-29 06:06:53 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2025-01-29 06:27:38 +0100 |
commit | 9c21d3312ff12f6d3f56424875ddf13b0c165952 (patch) | |
tree | 42ed381d1c2a86a79fab61f2c8f00d8fb3fdf1a9 /.gitignore | |
parent | 65d3956a9befdca748cbbd2993bf0707af021886 (diff) |
Fix up the build
This copies the last version of the 1.10 clamsmtp common/
files into this project. They used to be shared with the proxsmtp
project but that project has since diverged.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0ff970 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +Makefile +Makefile.in +autom4te.cache/ +compile +config.* +*.m4 +install-sh* +missing +src/.deps/ +stamp-h1 +configure +depcomp +*.o +*.tar.gz +clamsmtpd |