mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
The vcsclean script is really only a wrapper for a git clean command. Developers should use the more proper and clear native Git command directly instead: `git clean -Xfd`