diff --git a/.gitignore b/.gitignore index 1a720f2c..0d0f4b78 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file