revise .gitignore

This commit is contained in:
KYzhang_X 2022-08-02 10:57:40 +08:00
parent 796223ab32
commit 9f24c1fedd
1 changed files with 8 additions and 7 deletions

15
.gitignore vendored
View File

@ -24,12 +24,13 @@
.DS_Store
board/**/build
board/**/.settings
board/*/MDK-ARM/DebugConfig/
board/*/KEIL/*/DebugConfig/
board/*/obj/
board/*/MDK-ARM/Obj/
board/*/MDK-ARM/RTE/
board/*/MDK-ARM/*.uvguix.*
board/*/MDK-ARM/EventRecorderStub.scvd
board/*/MDK-ARM/*/*.htm
board/*/MDK-ARM/*/*.build_log.htm
board/*/KEIL/*/Obj/
board/*/KEIL/*/RTE/
board/*/KEIL/*/*.uvguix.*
board/*/KEIL/*/EventRecorderStub.scvd
board/*/KEIL/*/*/*.htm
board/*/KEIL/*/*/*.build_log.htm
board/**/settings/*
.vscode