Skip to content

Clear feature #833

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

Closed
Cesare12 opened this issue Sep 3, 2021 · 4 comments
Closed

Clear feature #833

Cesare12 opened this issue Sep 3, 2021 · 4 comments

Comments

@Cesare12
Copy link

Cesare12 commented Sep 3, 2021

Hello:
Very very thanks the projects!
But after build projects, there are a lot of temp files like .pdb, .o.
So, is it possible have a command feature to clear them all?

@SergioB-dev
Copy link

I'm also wondering the same thing as I also have a build up of said files.
Thanks

@jlagneau
Copy link

Wouldn't cargo clean do that for you?

@manyinsects
Copy link
Member

Those artifacts usually build up in the target/ folder, which cargo clean will delete for you, yes.

@mo8it
Copy link
Contributor

mo8it commented Mar 30, 2024

cargo clean should take care of cleaning, especially after #1935

@mo8it mo8it closed this as completed Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants