mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01: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`