diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-06-04 12:00:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-06-04 12:00:23 +0000 |
commit | e31bbc0d2dd7336fbc83d7850b760fb7d9affdbf (patch) | |
tree | 5b94d487cbbe407101685c9402a2eeffcbee6b08 /.gitignore | |
download | smtpd-starttls-proxy-e31bbc0d2dd7336fbc83d7850b760fb7d9affdbf.tar.xz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bb4729 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.a +*.lo +*.so +*.so.* +/config.mak +/src/include/smtpd-starttls-proxy/config.h +/smtpd-starttls-proxy |