Update manifest
This commit is contained in:
parent
90b1206f85
commit
e05b21d255
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ Makefile.[a-z]*
|
||||
*.bak
|
||||
|
||||
/cover_db/
|
||||
|
||||
*.tar.gz
|
||||
|
3
MANIFEST
3
MANIFEST
@ -1,6 +1,7 @@
|
||||
.gitignore
|
||||
Changes
|
||||
config.sample/badhelo
|
||||
config.sample/badmailfrom
|
||||
config.sample/badrcptto_patterns
|
||||
config.sample/dnsbl_zones
|
||||
config.sample/flat_auth_pw
|
||||
@ -137,6 +138,7 @@ STATUS
|
||||
t/addresses.t
|
||||
t/config.t
|
||||
t/helo.t
|
||||
t/misc.t
|
||||
t/plugin_tests.t
|
||||
t/plugin_tests/auth/auth_flat_file
|
||||
t/plugin_tests/auth/authdeny
|
||||
@ -145,6 +147,7 @@ t/plugin_tests/check_badrcptto
|
||||
t/plugin_tests/dnsbl
|
||||
t/plugin_tests/rcpt_ok
|
||||
t/qpsmtpd-address.t
|
||||
t/rset.t
|
||||
t/tempstuff.t
|
||||
t/Test/Qpsmtpd.pm
|
||||
t/Test/Qpsmtpd/Plugin.pm
|
||||
|
@ -27,3 +27,5 @@ output/.*
|
||||
\B\.svn\b
|
||||
^\.perltidyrc$
|
||||
^\.git/.*
|
||||
^cover_db/
|
||||
\.(orig|rej)$
|
||||
|
Loading…
Reference in New Issue
Block a user