Skip to content

Commit 84a2865

Browse files
authored
Rollup merge of rust-lang#70409 - mathstuf:gitignore-target-symlink, r=Mark-Simulacrum
gitignore: allow target to be a symlink Following rust-lang/cargo#4944.
2 parents 5bccef5 + 1dc722c commit 84a2865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ __pycache__/
3535
/obj/
3636
/rustllvm/
3737
/unicode-downloads
38-
/target/
38+
/target
3939
# Generated by compiletest for incremental:
4040
/tmp/
4141
tags

0 commit comments

Comments
 (0)