File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # =============================================================================
2+ # Microchip MPLAB X IDE .gitignore file.
3+ #
4+ # MPLABX: https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide
5+ #
6+ # MPLABX Version Control:-
7+ # https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control/
8+ # -----------------------------------------------------------------------------
9+
10+ # MPLAB X (NetBeans) Project files
11+ ** /* .X /nbproject /private /
12+ ** /* .X /nbproject /Makefile- *
13+ ** /* .X /nbproject /Package- *
14+ ! ** /* .X /nbproject /* .xml
15+
16+ # MPLAB X Generated Files and Build Output
17+ ** /* .X /.generated_files /
18+ ** /* .X /build /
19+ ** /* .X /dist /
20+ ** /* .X /debug /
21+
22+ # MPLAB Code Configurator (MCC)
23+ ** /* .X /mcc_generated_files /
24+ ** /* .X /mcc-manifest- * .yml
25+
26+ # -----------------------------------------------------------------------------
27+
You can’t perform that action at this time.
0 commit comments