Compare commits

...

4 Commits

Author SHA1 Message Date
justinlanejigglesoft
c0ff0a1ef9
Merge e0041f1269 into 7247090aa6 2026-04-17 00:09:34 +00:00
Devin Dooley
7247090aa6
Merge pull request #4811 from foxtrottNB/patch-1
Add ignore rule for TwinCAT Measurement files
2026-04-16 09:42:29 -07:00
foxtrottNB
6836b38f62
Add ignore rule for TwinCAT Measurement files 2026-03-12 15:27:47 +01:00
Justin Lane
e0041f1269 Created Microchip_MPLAB_X_IDE.gitignore file. 2025-10-28 19:20:51 +00:00
2 changed files with 30 additions and 0 deletions

View File

@ -55,3 +55,6 @@ LineIDs.dbg.bak
*.~u *.~u
*.project.~u *.project.~u
*.suo *.suo
# TwinCAT Measurement
*.vsm

View File

@ -0,0 +1,27 @@
#=============================================================================
# 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
#-----------------------------------------------------------------------------