A great advantage git cleanarises when specifying a path or path that applies to multiple files. If you just start git clean -xdf, you basically restore the working directory to its original state without any unplayed files. For example, if you ignored the binaries, you can use them to delete them all at once, without having to specify each folder manually.
source
share