diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-07-12 11:47:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-12 11:47:27 -0700 |
| commit | 75f48a5bc7a4695bddd16cce0e2176bd809aaf5c (patch) | |
| tree | 7f7d8b5b1b0ed6ad8b715bea0a03b452951ee718 /.gitignore | |
| parent | 1c92c3317b725bf1ee4a5057c3c4e94f5e0944cb (diff) | |
| parent | 862ae2ff8d77575ac2b0cf77539344016d04b9bb (diff) | |
Merge pull request #1004 from adafruit/nrf52840_usbboot
Nrf52840 usbboot
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4f4c91d82..a6bed3235 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.bin *.map *.hex -!ports/nrf/**/bootloader/*.hex +!ports/nrf/**/bootloader/**/*.hex *.dis *.exe |
