diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-03-07 21:25:00 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-03-07 21:25:00 -0500 |
commit | e2cf644beffa07d3efdda4206f828d1e5c7d0e58 (patch) | |
tree | a3f67edfcd792415569beaed2bd41cee4c79178e | |
parent | Merge pull request #9169 (diff) | |
parent | depends: add riscv64 to gitignore (diff) | |
download | monero-e2cf644beffa07d3efdda4206f828d1e5c7d0e58.tar.xz |
Merge pull request #9170
1bc09fc depends: add riscv64 to gitignore (tobtoht)
-rw-r--r-- | contrib/depends/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/depends/.gitignore b/contrib/depends/.gitignore index 3cb4b9ac1..df595042c 100644 --- a/contrib/depends/.gitignore +++ b/contrib/depends/.gitignore @@ -8,3 +8,4 @@ i686* mips* arm* aarch64* +riscv64* |