Skip to content

Commit 1dc722c

Browse files
committed
gitignore: allow target to be a symlink
Following rust-lang/cargo#4944.
1 parent 3c1d9ad commit 1dc722c

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)