Browse Source

rust: allow /target and /debug to be symlinks

See rust-lang/cargo#4944 for the cargo change.
pull/3085/head
Ben Boeckel 3 years ago
parent
commit
ad2622c2dd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Rust.gitignore

+ 2
- 2
Rust.gitignore View File

@@ -1,7 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
debug
target

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

Loading…
Cancel
Save