Cargo.toml: exclude the `build` directory from the workspace.

This commit is contained in:
Eduard-Mihai Burtescu 2018-11-25 14:59:52 +02:00
parent e281446261
commit d9ca24e870
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ members = [
]
exclude = [
"src/tools/rls/test_data",
"build",
]
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3