I am not sure if the description of the subject is correctly indicated, but basically this is what I want to achieve:
I want to delete all binary files such as .exe, .dll that need to be deleted with one click. There may be plugins that will allow me to do the same, but just wondering if something like that exists.
The reason I want to do this is to make sure that all such temporary created files that are usually not needed for version control of the project are deleted before committing to the repository.
source
share