mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-01 10:20:59 +00:00
refactor(nordic): rename west to nordic
[no changelog]
This commit is contained in:
parent
f747f5964c
commit
a260f74e2c
20
.gitignore
vendored
20
.gitignore
vendored
@ -11,13 +11,13 @@ __pycache__/
|
|||||||
proto.gv*
|
proto.gv*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
crypto/tests/libtrezor-crypto.so.dSYM/
|
crypto/tests/libtrezor-crypto.so.dSYM/
|
||||||
/west/.west/
|
/nordic/.west/
|
||||||
/west/bootloader/
|
/nordic/bootloader/
|
||||||
/west/modules/
|
/nordic/modules/
|
||||||
/west/nrf/
|
/nordic/nrf/
|
||||||
/west/nrfxlib/
|
/nordic/nrfxlib/
|
||||||
/west/test/
|
/nordic/test/
|
||||||
/west/tools/
|
/nordic/tools/
|
||||||
/west/zephyr/
|
/nordic/zephyr/
|
||||||
/west/trezor/build/
|
/nordic/trezor/build/
|
||||||
/west/trezor/trezor-ble/build/
|
/nordic/trezor/trezor-ble/build/
|
||||||
|
@ -8,7 +8,7 @@ ignore-paths=
|
|||||||
crypto,
|
crypto,
|
||||||
legacy,
|
legacy,
|
||||||
storage,
|
storage,
|
||||||
west,
|
nordic,
|
||||||
fail-under=10.0
|
fail-under=10.0
|
||||||
jobs=0
|
jobs=0
|
||||||
load-plugins=trezor_pylint_plugin
|
load-plugins=trezor_pylint_plugin
|
||||||
|
@ -5,7 +5,7 @@ ignore: |
|
|||||||
vendor/
|
vendor/
|
||||||
/common/defs/ethereum/chains/
|
/common/defs/ethereum/chains/
|
||||||
/common/defs/ethereum/tokens/
|
/common/defs/ethereum/tokens/
|
||||||
/west/
|
/nordic/
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# fix for truthy warning on github action files
|
# fix for truthy warning on github action files
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
^\./crypto/
|
^\./crypto/
|
||||||
^\./legacy/
|
^\./legacy/
|
||||||
^\./storage/
|
^\./storage/
|
||||||
^\./west/trezor
|
^\./nordic/trezor
|
||||||
|
Loading…
Reference in New Issue
Block a user