preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Ignore more automatically generated files #12

Closed paultcochrane closed 6 years ago

paultcochrane commented 6 years ago

I happened to notice that there's a Makefile.PL in this project and thought I'd run it to see if it works (it does). Nevertheless, it had some leftovers after a make run, which are cleaned up in these commits. Also, it's possilbe for dzil to fail and still leave the .build/ dir lying around, hence I've also added it to the ignore list. Hope this helps! If not, don't worry about it and just close as unmerged :-)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.875% when pulling 9a5f83895760adf4fefcd11097b0f50c45ca6bad on paultcochrane:pr/ignore-eumm-files into bbd75b219ef8bb022a6725ec44f1b177a0947c6a on preaction:master.

preaction commented 6 years ago

Thanks!