Skip to content
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_new: drop the trailing slash for target exclusion in Git #4944

Merged
merged 1 commit into from
Jan 16, 2018

Commits on Jan 15, 2018

  1. cargo_new: drop the trailing slash for target exclusion in Git

    When `target` is a symlink (e.g., to keep build outputs on a separate
    partition), Git will not match the `/target/` ignore to the symlink
    since it is not a directory. Drop the trailing slash to support ignoring
    `target` as a symlink.
    mathstuf committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    f4e0eef View commit details
    Browse the repository at this point in the history