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.
This commit is contained in:
committed by
Dustin J. Mitchell
parent
ed674ec9e5
commit
33366e2f05
1
src/tc/rust/.gitignore
vendored
1
src/tc/rust/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
target
|
||||
x86_64-unknown-linux-gnu
|
||||
aarch64-apple-darwin
|
||||
.rustc_info.json
|
||||
|
||||
Reference in New Issue
Block a user