chore(nordic): adding "build*" directories to be ignored (the dirs can be named e.g. "build", "build_debug", etc.).

[no changelog]
This commit is contained in:
bleska
2025-11-11 15:09:58 +01:00
parent af555ab27a
commit 4f41c3f2c6
2 changed files with 2 additions and 1 deletions

2
nordic/.gitignore vendored
View File

@@ -4,6 +4,6 @@ nrf/
nrfxlib/
test/
tools/
trezor/**/build/
trezor/**/build*/
zephyr/
.west/

View File

@@ -13,3 +13,4 @@
^\./core/embed/io/nfc/rfal
^\./nordic/trezor/radio_test
^\./nordic/trezor/direct_test_mode
^\./nordic/trezor/.*build