Browse Source
gitignore: add .so/.dll in inner 'electrum' folder
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
6 additions and
0 deletions
-
.gitignore
|
|
@ -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 |
|
|
|