HACK(eddyb) Cargo.toml: also exclude the `obj` directory from the workspace.

This commit is contained in:
Eduard-Mihai Burtescu 2018-11-25 23:15:20 +02:00
parent d9ca24e870
commit 6aa4eb923f
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ members = [
exclude = [
"src/tools/rls/test_data",
"build",
# HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
"obj",
]
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3