Skip to content

Commit ff32fcf

Browse files
committed
Fixing wildcard in .gitignore
1 parent 1046ce6 commit ff32fcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Ignore local overrides of platform.txt and boards.txt,
2121
/boards.local.txt
2222
/platform.local.txt
23-
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.3.0_s340_6.1.1.hex
24-
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.3.0_s340_6.1.1.zip
23+
24+
# Ignore S340 SoftDevice due to license restrictions
25+
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-*s340*
2526
cores/nRF5/nordic/softdevice/s340_nrf52_6.1.1_API/*

0 commit comments

Comments
 (0)