Cargo.toml: exclude the build
directory from the workspace.
This commit is contained in:
parent
e281446261
commit
d9ca24e870
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ members = [
|
|||
]
|
||||
exclude = [
|
||||
"src/tools/rls/test_data",
|
||||
"build",
|
||||
]
|
||||
|
||||
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue