Cargo.toml: exclude the build
directory from the workspace.
This commit is contained in:
parent
e281446261
commit
d9ca24e870
@ -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…
Reference in New Issue
Block a user