mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 09:37:31 +00:00
gitignore: add .so/.dll in inner 'electrum' folder
This commit is contained in:
parent
9ccfa318f8
commit
e8118e1845
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -35,3 +35,9 @@ contrib/build-wine/fresh_clone/
|
|||
contrib/build-linux/appimage/build/
|
||||
contrib/build-linux/appimage/.cache/
|
||||
contrib/android_debug.keystore
|
||||
|
||||
# shared objects
|
||||
electrum/*.so
|
||||
electrum/*.so.0
|
||||
electrum/*.dll
|
||||
electrum/*.dylib
|
||||
|
|
Loading…
Add table
Reference in a new issue