Update manifest

This commit is contained in:
Ask Bjørn Hansen 2009-09-15 14:58:50 -07:00
parent 90b1206f85
commit e05b21d255
3 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ Makefile.[a-z]*
*.bak
/cover_db/
*.tar.gz

View File

@ -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

View File

@ -27,3 +27,5 @@ output/.*
\B\.svn\b
^\.perltidyrc$
^\.git/.*
^cover_db/
\.(orig|rej)$