Commit Graph

17 Commits

Author SHA1 Message Date
Jared Johnson 3bf1a7f48c Better handling of testing temp files
Rather than creating and ignoring a bunch of random files, create files in
t/tmp, ignored in .gitignore and cleaned up with 'make clean'
2015-01-27 14:41:15 -06:00
Jared Johnson 0b92a9edf0 Merge pull request #173 from msimerson/git-ignore
gitignore: add ./run and ./log/main
2014-12-30 15:45:30 -06:00
Jared Johnson 11646b9a27 Add Qpsmtpd::DB testing and more greylist testing 2014-12-30 14:53:53 -06:00
Matt Simerson a0904d19b0 add ./ssl in .gitignore 2014-12-26 18:55:15 -08:00
Matt Simerson 4b68b0a09d gitignore: add ./run and ./log/main 2014-12-26 18:45:05 -08:00
Matt Simerson 7cb23f1dff add MYMETA.* to .gitignore 2014-09-09 14:06:32 -07:00
Matt Simerson 7ff2d050f3 initial import - based on my qpsmtpd fork
which will merge into the main branch fairly easily
2013-08-05 15:01:47 -07:00
Matt Simerson 58c1bc601a Initial commit 2013-08-05 14:29:42 -07:00
Matt Simerson b95b74bf48 ignore files created during testing 2012-05-20 23:36:45 -07:00
Matt Simerson f8f3c37469 ignore greylisting DB files
(generated during testing)
2012-05-20 23:32:50 -07:00
Ask Bjørn Hansen 38e4449d4d Merge branch 'rpm'
Conflicts:
	.gitignore
2010-02-12 21:30:55 -08:00
Ask Bjørn Hansen e05b21d255 Update manifest 2009-09-15 14:58:50 -07:00
Robin Bowes 3951d16ea0 Changes to .gitignore:
- only ignore Makefile at the top-level
 - ignore stuff produced by the RPM build process
2009-07-31 00:01:37 +01:00
Robert b93608f27a Some dirs should only be ignored at the top level
Only ignore config, blib, pm_to_blib, cover_db at the top level.

Ignore any file (or more likely symlink) at the top level named
config. (This is so you can symlink config -> config.sample/)
2009-07-21 16:44:09 -07:00
Ask Bjørn Hansen 1ea8e79850 Add a few more tests and a 'testcover' make target 2009-04-02 23:30:20 -07:00
Ask Bjørn Hansen 45a5265837 Prepare 0.81 2009-04-02 22:39:23 -07:00
Hanno Hecker e718d2a2ef add .gitignore file
Ignore config/ and all files generated by 'perl Makefile.PL; make; ...'
2009-03-02 12:39:12 -08:00