diff options
author | tobtoht <tob@featherwallet.org> | 2024-02-13 22:36:20 +0100 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2024-02-13 22:36:20 +0100 |
commit | 1bc09fce591dabbdf3e6dbdd37bb29c338180985 (patch) | |
tree | dd8827cc4e94347661fc01f689b5d96bd9941a36 | |
parent | Merge pull request #9126 (diff) | |
download | monero-1bc09fce591dabbdf3e6dbdd37bb29c338180985.tar.xz |
depends: add riscv64 to gitignore
-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* |