diff --git a/community/embedded/Microchip_MPLAB_X_IDE.gitignore b/community/embedded/Microchip_MPLAB_X_IDE.gitignore index 7ad82b9afc..0c7cad253c 100644 --- a/community/embedded/Microchip_MPLAB_X_IDE.gitignore +++ b/community/embedded/Microchip_MPLAB_X_IDE.gitignore @@ -23,5 +23,12 @@ **/*.X/mcc_generated_files/ **/*.X/mcc-manifest-*.yml +# MPLAB for VS Code specific +**/*.X/.vscode/ +**/*.X/_build/ +**/*.X/cmake/ +**/*.X/out/ +**/*.X/*.log* + #-----------------------------------------------------------------------------