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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
consider
src/tests,src/something/deeper/testsphpcpd --exclude tests src/will exclude not only
src/testsbut all occurrences of tests, meanssrc/something/deeper/testsalso will be excluded.Spent already an hour trying to figure out how to exclude
src/tests, but notsrc/something/deeper/tests/I tried absalute path, relative path, path patterns, with quotes, without quotes etc.. none of the ways lets me do that.
Sad that Sebastian Bergmann has so poorly documented this tool.