SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
8 additions and
3 deletions
-
.gitignore
-
contrib/make_tgz
|
|
@ -4,7 +4,6 @@ |
|
|
|
build/ |
|
|
|
dist/ |
|
|
|
*.egg/ |
|
|
|
contrib/pyinstaller/ |
|
|
|
Electrum.egg-info/ |
|
|
|
electrum/locale/ |
|
|
|
.devlocaltmp/ |
|
|
@ -25,3 +24,9 @@ electrum/gui/kivy/theming/light.atlas |
|
|
|
.cache/ |
|
|
|
.coverage |
|
|
|
.pytest_cache |
|
|
|
|
|
|
|
# build workspaces |
|
|
|
contrib/build-wine/tmp/ |
|
|
|
contrib/build-wine/fresh_clone/ |
|
|
|
contrib/build-linux/appimage/build/ |
|
|
|
contrib/build-linux/appimage/.cache/ |
|
|
|
|
|
@ -20,8 +20,8 @@ fi |
|
|
|
( |
|
|
|
cd "$ROOT_FOLDER" |
|
|
|
|
|
|
|
echo "'git clean -fx' would delete the following files: >>>" |
|
|
|
git clean -fx --dry-run |
|
|
|
echo "'git clean -fd' would delete the following files: >>>" |
|
|
|
git clean -fd --dry-run |
|
|
|
echo "<<<" |
|
|
|
|
|
|
|
# we could build the kivy atlas potentially? |
|
|
|