Skip to content

Commit e0041f1

Browse files
Created Microchip_MPLAB_X_IDE.gitignore file.
1 parent fc6ce5d commit e0041f1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+

0 commit comments

Comments
 (0)