modclean icon indicating copy to clipboard operation
modclean copied to clipboard

additionalPatterns does not work

Open lal12 opened this issue 6 years ago • 0 comments

If I call modclean -t --patterns="default:*" -rPt it will find some amount of files. However if I run
modclean --patterns="default:*" --additional-patterns="*.h,*.c,*.cpp,*.cc,*.hpp,*.gypi,*.mk,*.Makefile,*.a,*.o,**/node_modules/*/build" -rPt no files at all will be found.

lal12 avatar Nov 05 '19 12:11 lal12