-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'clean' command doesn't delete directories, only files #252
Comments
Indeed, that's true: what's the use case? |
@josephwright the use case is simple: I want temporary files and directories to be deleted with |
@yegor256 I mean something like: TeX doesn't care about directories, which are also not tracked by systems such as Git, so typically there is no need to remove them. What issue arises from leaving them alone? |
@josephwright in my case, they have temporary files that affect the next build. I would like to have an ability to start from scratch. Now I have to delete them manually. |
That sounds more like we are missing cleaning out directories recursively |
I configure it like this, in
build.lua
:However, when I run
l3build clean
the directory_minted
is not deleted.The text was updated successfully, but these errors were encountered: