Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13817 - rukai:fix_target_gitignore, r=weihanglo
Fix target entry in .gitignore The directories at: * https://github.com/rust-lang/cargo/tree/master/tests/testsuite/cargo_remove/target * https://github.com/rust-lang/cargo/tree/master/tests/testsuite/cargo_add/target Are getting picked up by the `target` entry in .gitignore, causing git to ignore any extra files added to those directories. A minor issue I know, but I still think its worth fixing. ## Alternative An alternative solution would be to rename those directories which I'm more than happy to do. But I think we are better off just changing .gitignore as that is more future proof.
- Loading branch information