rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.83k stars 535 forks source link

Delete files with no extension #511

Open DavidPerezIngeniero opened 5 months ago

DavidPerezIngeniero commented 5 months ago

This option:

--delete-files <glob>
                           delete files with the specified names (eg '*.class', '*.{txt,log}' - matches on file name, not path within repo)

doesn't allow to delete files with no extension (Linux binaries). I see no other option useful for this.

It would be useful to provide regex expressions for more power.