diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-25 18:13:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-25 18:13:57 +0000 |
| commit | e8baf2e0102660d51eb515d1b0651d8298178dc3 (patch) | |
| tree | cf330ff9b561c971a428e1716c4396219dcabfba | |
| parent | 8a21bb3dfbaaa6553f0c010f9f6abf37418ebf08 (diff) | |
chore: gitignore fetched dependency directories to prevent accidental tracking
Co-authored-by: HiFiPhile <[email protected]>
| -rw-r--r-- | .gitignore | 9 | ||||
| m--------- | hw/mcu/raspberry_pi/FreeRTOS-Kernel | 0 | ||||
| m--------- | hw/mcu/raspberry_pi/Pico-PIO-USB | 0 | ||||
| m--------- | hw/mcu/st/cmsis_device_f4 | 0 | ||||
| m--------- | hw/mcu/st/stm32f4xx_hal_driver | 0 | ||||
| m--------- | lib/CMSIS_5 | 0 | ||||
| m--------- | lib/FreeRTOS-Kernel | 0 | ||||
| m--------- | lib/fatfs | 0 | ||||
| m--------- | lib/lwip | 0 | ||||
| m--------- | lib/threadx | 0 | ||||
| m--------- | tools/linkermap | 0 | ||||
| m--------- | tools/uf2 | 0 |
12 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b833191f8..641283476 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,12 @@ BrowseInfo .cmake_build README_processed.rst .worktrees +# Fetched dependencies (get_deps.py) +hw/mcu/*/ +lib/CMSIS_5/ +lib/FreeRTOS-Kernel/ +lib/fatfs/ +lib/lwip/ +lib/threadx/ +tools/linkermap/ +tools/uf2/ diff --git a/hw/mcu/raspberry_pi/FreeRTOS-Kernel b/hw/mcu/raspberry_pi/FreeRTOS-Kernel deleted file mode 160000 -Subproject 4f7299d6ea746b27a9dd19e87af568e34bd65b1 diff --git a/hw/mcu/raspberry_pi/Pico-PIO-USB b/hw/mcu/raspberry_pi/Pico-PIO-USB deleted file mode 160000 -Subproject 675543bcc9baa8170f868ab7ba316d418dbcf41 diff --git a/hw/mcu/st/cmsis_device_f4 b/hw/mcu/st/cmsis_device_f4 deleted file mode 160000 -Subproject 3c77349ce04c8af401454cc51f85ea9a50e34fc diff --git a/hw/mcu/st/stm32f4xx_hal_driver b/hw/mcu/st/stm32f4xx_hal_driver deleted file mode 160000 -Subproject b6f0ed3829f3829eb358a2e7417d80bba1a42db diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 deleted file mode 160000 -Subproject 2b7495b8535bdcb306dac29b9ded4cfb679d7e5 diff --git a/lib/FreeRTOS-Kernel b/lib/FreeRTOS-Kernel deleted file mode 160000 -Subproject 9b777ae5c5b8e9e456065a00294d1e5f5f9facf diff --git a/lib/fatfs b/lib/fatfs deleted file mode 160000 -Subproject 30ca13c62615df0d2e9104ab41256985b96590c diff --git a/lib/lwip b/lib/lwip deleted file mode 160000 -Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1 diff --git a/lib/threadx b/lib/threadx deleted file mode 160000 -Subproject 4b6e8100d932a3a67b34c6eb17f84f3bffb9e2a diff --git a/tools/linkermap b/tools/linkermap deleted file mode 160000 -Subproject 8e1f440fa15c567aceb5aa0d14f6d18c329cc67 diff --git a/tools/uf2 b/tools/uf2 deleted file mode 160000 -Subproject c594542b2faa01cc33a2b97c9fbebc38549df80 |
