in reply to ExtUtils::MakeMaker : how to ignore files and not add them
This problem still bothers me and became bigger because now I have a sub-directory containing the files to push to github in my main project dir. Makefile sucks those in, finds duplicate Makefile.PL and chaos ensues. I have found the answer here Re: Making ExtUtils::MakeMaker ignore .swp files, implement MY::libscan which decides what file or dir goes in.
|
|---|