qpsmtpd/.gitignore
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

36 lines
462 B
Plaintext

/config
/config/
/pm_to_blib
/blib/
# only ignore top-level Makefile; we need the one in packaging/rpm!
/Makefile
Makefile.[a-z]*
# ignore file produced by rpm build process
/packaging/rpm/qpsmtpd.spec
packaging/rpm/build/
*~
*.bak
denysoft_greylist.dbm
denysoft_greylist.dbm.lock
greylist.dbm
greylist.dbm.lock
greylisting.dbm
greylisting.dbm.lock
/cover_db/
.last_cover_stats
*.tar.gz
MYMETA.*
MANIFEST.bak
nytprof.out
# run time files
run
log/main
ssl