3bf1a7f48c
Rather than creating and ignoring a bunch of random files, create files in t/tmp, ignored in .gitignore and cleaned up with 'make clean'
31 lines
351 B
Plaintext
31 lines
351 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
|
|
t/tmp
|
|
|
|
/cover_db/
|
|
.last_cover_stats
|
|
|
|
*.tar.gz
|
|
|
|
MYMETA.*
|
|
MANIFEST.bak
|
|
nytprof.out
|
|
|
|
# run time files
|
|
run
|
|
log/main
|
|
ssl
|