diff options
| author | sakumisu <[email protected]> | 2022-07-31 20:43:52 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-07-31 20:43:52 +0800 |
| commit | 11b36849fc4766adefb13f798e9b715fef1ceb4f (patch) | |
| tree | 22ffd7eca4c1ed9c3df33bf122ae25d4aaafb07b | |
| parent | 8283bb1c80cecd47566b5248c745485e1a1e35db (diff) | |
update ignore files
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -2,16 +2,22 @@ **/Drivers/** **/MDK-ARM/DebugConfig/** **/MDK-ARM/RTE/** -**/MDK-ARM/stm32f103c8t6/** -**/MDK-ARM/stm32f429igt6/** -**/MDK-ARM/stm32h743vbt6/** -**/MDK-ARM/stm32h743xih6/** **/obj/** **/RET/** **/Listings/** **/Objects/** *.map +*.o +*.d +*.htm +*.dep +*.lnp +*.iex *.lst +*.axf +*.sct +*.hex +*.Bak *.uvguix.* *.scvd *.usb.tmp
\ No newline at end of file |
