0b92a9edf0
gitignore: add ./run and ./log/main
36 lines
462 B
Plaintext
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
|