Compare commits

...

4 Commits

Author SHA1 Message Date
luismario888
22b23272b8
Merge 0e5d7be211 into 7247090aa6 2026-04-17 06:24:16 +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
luismario888
0e5d7be211
Create MPLABX.gitignore
Added a .gitignore template for Microchip MPLAB X IDE
2019-06-21 15:15:59 -05:00
2 changed files with 14 additions and 0 deletions

11
MPLABX.gitignore Normal file
View File

@ -0,0 +1,11 @@
## Should be placed at the root (.X folder) of the project
## Ignore MPLAB X build results, and
## files generated by popular MPLAB X Compilation
##
## Get latest from https://github.com/github/gitignore/blob/master/MPLABX.gitignore
/dist
/build
/nbproject/Makefile-*
/nbproject/Package-*
/nbproject/private

View File

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