From 76eaca4f30696b62d15c1882d715a77c7842bb55 Mon Sep 17 00:00:00 2001 From: kopecdav Date: Tue, 17 Jun 2025 17:09:23 +0200 Subject: [PATCH] fix(nordic): fix nordic gitignore. [no changelog] --- nordic/.gitignore | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/nordic/.gitignore b/nordic/.gitignore index 311a5e0aff..c91a726bdb 100644 --- a/nordic/.gitignore +++ b/nordic/.gitignore @@ -1,10 +1,9 @@ -/nordic/.west/ -/nordic/bootloader/ -/nordic/modules/ -/nordic/nrf/ -/nordic/nrfxlib/ -/nordic/test/ -/nordic/tools/ -/nordic/zephyr/ -/nordic/trezor/build/ -/nordic/trezor/trezor-ble/build/ +bootloader/ +modules/ +nrf/ +nrfxlib/ +test/ +tools/ +trezor/**/build/ +zephyr/ +.west/