Skip to content

Commit ad2622c

Browse files
committed
rust: allow /target and /debug to be symlinks
See rust-lang/cargo#4944 for the cargo change.
1 parent 218a941 commit ad2622c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rust.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3-
debug/
4-
target/
3+
debug
4+
target
55

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

0 commit comments

Comments
 (0)