-
Notifications
You must be signed in to change notification settings - Fork 81
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
cargo watch -w doesn't exclude other files #81
Comments
This is on windows? I'm not sure why that doesn't work. Looks right to me. Can you try with a file that doesn't start with a dot, just to see? |
Yes, Windows 8.1. |
Considering #82 too, it looks like ignoring files doesn't seem to work at all for me for some reason.. |
Closing (reopen if still occurs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to have my exe only restart when it compiles, so I'm doing this in 2 instances of cmd.exe:
I'm running this in a workspace where mybin is the binary I want to run and I have
.watch
in my .gitignore file.But the 2nd command restarts mybin even when a rust source file changes on disk, not just when the
.watch
file changes, why?Even when I don't run the 1st command, only the 2nd one, it also behaves that way...
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: