gitignore: allow target to be a symlink
Following rust-lang/cargo#4944.
This commit is contained in:
parent
3c1d9adb3c
commit
1dc722c292
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -35,7 +35,7 @@ __pycache__/
|
||||||
/obj/
|
/obj/
|
||||||
/rustllvm/
|
/rustllvm/
|
||||||
/unicode-downloads
|
/unicode-downloads
|
||||||
/target/
|
/target
|
||||||
# Generated by compiletest for incremental:
|
# Generated by compiletest for incremental:
|
||||||
/tmp/
|
/tmp/
|
||||||
tags
|
tags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue