-
-
Notifications
You must be signed in to change notification settings - Fork 618
cleanextensions
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Specifies one or more file extensions to find and remove when cleaning the project.
cleanextensions { ".ext1", ".ext2" }
A list of dot-prefixed file extensions to be cleaned.
Projects.
Premake 5.0 or later. This function is currently implemented only for Visual Studio 201x.
Remove .zip files from the output directory when cleaning.
cleanextensions { ".zip" }