diff options
| author | sakumisu <[email protected]> | 2021-11-18 23:07:07 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2021-11-18 23:07:07 +0800 |
| commit | 04079a4189cbc8f0fc5b1ab5899eafee17e2b572 (patch) | |
| tree | 1b04c8f01fff42b29165f561792737cf2ba18ee9 | |
| parent | f81a85f4eb74403b5809256ba99135bd85e3269c (diff) | |
add cache files into ingore
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1 +1,8 @@ -.vscode
\ No newline at end of file +.vscode +demo/stm32/**/**/MDK-ARM/DebugConfig/** +demo/stm32/**/**/MDK-ARM/RTE/** +demo/stm32/**/**/MDK-ARM/*.lst +demo/stm32/**/**/MDK-ARM/*.uvguix.* +demo/stm32/**/**/MDK-ARM/stm32f103c8t6/** +demo/stm32/**/**/MDK-ARM/stm32f429igt6/** +demo/stm32/**/**/MDK-ARM/stm32h743vbt6/**
\ No newline at end of file |
