mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-21 04:41:18 +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*
|
||||
.DS_Store
|
||||
crypto/tests/libtrezor-crypto.so.dSYM/
|
||||
/west/.west/
|
||||
/west/bootloader/
|
||||
/west/modules/
|
||||
/west/nrf/
|
||||
/west/nrfxlib/
|
||||
/west/test/
|
||||
/west/tools/
|
||||
/west/zephyr/
|
||||
/west/trezor/build/
|
||||
/west/trezor/trezor-ble/build/
|
||||
/nordic/.west/
|
||||
/nordic/bootloader/
|
||||
/nordic/modules/
|
||||
/nordic/nrf/
|
||||
/nordic/nrfxlib/
|
||||
/nordic/test/
|
||||
/nordic/tools/
|
||||
/nordic/zephyr/
|
||||
/nordic/trezor/build/
|
||||
/nordic/trezor/trezor-ble/build/
|
||||
|
@ -8,7 +8,7 @@ ignore-paths=
|
||||
crypto,
|
||||
legacy,
|
||||
storage,
|
||||
west,
|
||||
nordic,
|
||||
fail-under=10.0
|
||||
jobs=0
|
||||
load-plugins=trezor_pylint_plugin
|
||||
|
@ -5,7 +5,7 @@ ignore: |
|
||||
vendor/
|
||||
/common/defs/ethereum/chains/
|
||||
/common/defs/ethereum/tokens/
|
||||
/west/
|
||||
/nordic/
|
||||
|
||||
rules:
|
||||
# fix for truthy warning on github action files
|
||||
|
@ -3,4 +3,4 @@
|
||||
^\./crypto/
|
||||
^\./legacy/
|
||||
^\./storage/
|
||||
^\./west/trezor
|
||||
^\./nordic/trezor
|
||||
|
Loading…
Reference in New Issue
Block a user