Skip to content

Commit 8d185ec

Browse files
authored
Merge pull request #3085 from mathstuf/patch-1
rust: allow /target to be a symlink
2 parents 1d3848b + ad2622c commit 8d185ec

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
# These are backup files generated by rustfmt
77
**/*.rs.bk

0 commit comments

Comments
 (0)