1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/legacy/script
Tomas Susanka cfa14dcca0 legacy: improve script/setup
I believe the files were not cleared properly and switching between
emulator and firmware builds may have been troublesome.

Two changes:

1. `git clean` cleans only in the working tree and subdirectories.
We need to clear the related projects as well.

2. `vendor/QR-Code-generator/c/qrcodegen.{o,d}` are not git ignored
and since we use the `X` flag they are not removed. Changing to `x`,
which also removes untracked files.
2020-02-18 13:39:24 +00:00
..
bootstrap all: replace /bin/bash with /usr/bin/env bash 2019-09-12 17:35:55 +02:00
cibuild legacy: fix CALLBACK checker 2020-02-12 17:18:51 +01:00
fingerprint MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
setup legacy: improve script/setup 2020-02-18 13:39:24 +00:00
test ci: add junit for a nice tests overview 2020-01-03 12:44:12 +00:00
toolchain-download all: replace /bin/bash with /usr/bin/env bash 2019-09-12 17:35:55 +02:00
toolchain-run all: replace /bin/bash with /usr/bin/env bash 2019-09-12 17:35:55 +02:00
wait_for_emulator.py MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00