From 33366e2f05fceab2b7854e16ed43ac50b18b6ff8 Mon Sep 17 00:00:00 2001 From: Dathan Bennett Date: Sun, 12 Mar 2023 22:52:13 -0700 Subject: [PATCH] Ignore the aarch64-apple-darwin directory This directory is generated instead of the x86_64-unknown-linux-gnu directory when building on an ARM64/AArch64 Mac, so this change adds that directory to the gitignore config. --- src/tc/rust/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tc/rust/.gitignore b/src/tc/rust/.gitignore index 176bb9b27..9f616e016 100644 --- a/src/tc/rust/.gitignore +++ b/src/tc/rust/.gitignore @@ -1,3 +1,4 @@ target x86_64-unknown-linux-gnu +aarch64-apple-darwin .rustc_info.json