From d9ca24e87048f506b394b35f9013af9fd6764877 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Sun, 25 Nov 2018 14:59:52 +0200 Subject: [PATCH] Cargo.toml: exclude the `build` directory from the workspace. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1e1d7a40967..874f5cb9680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ members = [ ] exclude = [ "src/tools/rls/test_data", + "build", ] # Curiously, LLVM 7.0 will segfault if compiled with opt-level=3