mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
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:
parent
ed674ec9e5
commit
33366e2f05
1 changed files with 1 additions and 0 deletions
1
src/tc/rust/.gitignore
vendored
1
src/tc/rust/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
target
|
target
|
||||||
x86_64-unknown-linux-gnu
|
x86_64-unknown-linux-gnu
|
||||||
|
aarch64-apple-darwin
|
||||||
.rustc_info.json
|
.rustc_info.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue