mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 16:08:17 +00:00
edfc857013
because now we are not simply copying the coins.json file but building it from several. For future-proofness, it's simply safer to include all of trezor-common.
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
recursive-include bash_completion.d *.sh
|
|
include tools/*
|
|
include trezorlib/tests/txcache/*.json
|
|
|
|
recursive-include vendor/trezor-common *
|
|
exclude vendor/trezor-common/.*
|
|
|
|
include COPYING CHANGELOG.md
|
|
include requirements*.txt
|