mirror of
https://github.com/enso-org/enso.git
synced 2024-11-21 16:36:59 +03:00
Build script: git-clean and cwd fixes (#8424)
This commit is contained in:
parent
b6bdf901a9
commit
a04a2cc849
@ -878,7 +878,7 @@ pub async fn main_internal(config: Option<Config>) -> Result {
|
||||
let crate::arg::git_clean::Options { dry_run, cache, build_script } = options;
|
||||
let mut exclusions = vec![".idea"];
|
||||
if !build_script {
|
||||
exclusions.push("target/enso-build");
|
||||
exclusions.push("target/rust/buildscript");
|
||||
}
|
||||
|
||||
if !dry_run {
|
||||
|
Loading…
Reference in New Issue
Block a user