/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
community/embedded/Microchip_MPLAB_X_IDE.gitignore
26 строк
848 B
Justin Lane
Created Microchip_MPLAB_X_IDE.gitignore file.
28 окт 2025, 22:20
28 окт 2025, 22:20
e0041f1
Код
Авторство
О чём код?
#============================================================================= # Microchip MPLAB X IDE .gitignore file. # # MPLABX: https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide # # MPLABX Version Control:- # https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control/ #----------------------------------------------------------------------------- # MPLAB X (NetBeans) Project files **/*.X/nbproject/private/ **/*.X/nbproject/Makefile-* **/*.X/nbproject/Package-* !**/*.X/nbproject/*.xml # MPLAB X Generated Files and Build Output **/*.X/.generated_files/ **/*.X/build/ **/*.X/dist/ **/*.X/debug/ # MPLAB Code Configurator (MCC) **/*.X/mcc_generated_files/ **/*.X/mcc-manifest-*.yml #-----------------------------------------------------------------------------