You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I call
modclean -t --patterns="default:*" -rPt
it will find some amount of files. However if I runmodclean --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.
The text was updated successfully, but these errors were encountered: